1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

css paste title

This commit is contained in:
papee
2020-08-14 17:10:35 +02:00
parent 6d98c4e6a8
commit 862cc3bdfa
5 changed files with 48 additions and 10 deletions

View File

@@ -185,6 +185,30 @@ input.hide-upload {
/* Paste Page */
.paste-options {
background-color: #424141;
padding: 10px;
opacity: 0.5;
}
.paste-options span {
background-color: #375A7F;
color: #f9fafc;
}
.paste-options:hover{
opacity: 1;
}
.paste-options input{
background-color: #375A7F;
color: #eee;
}
::placeholder {
color: #f9fafc !important;
opacity: 1;
}
.paste-wrapper {
width: 100%;
text-align: center;