mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added custom find for playlist
This commit is contained in:
@@ -8,6 +8,47 @@ body {
|
||||
/* WebKit/Blink Browsers */
|
||||
}
|
||||
|
||||
.brightness {
|
||||
-webkit-filter:brightness(50%);
|
||||
filter:brightness(50%);
|
||||
background-color:rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.fullbrightness {
|
||||
-webkit-filter:brightness(100%);
|
||||
filter:brightness(100%);
|
||||
background-color:rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
#findform {
|
||||
/*position: absolute;
|
||||
top:50%;
|
||||
width:38%;
|
||||
display:none;*/
|
||||
overflow:hidden;
|
||||
height:0px;
|
||||
padding:0px;
|
||||
margin:0px;
|
||||
-webkit-transition:height 1s;
|
||||
}
|
||||
|
||||
#findform-input {
|
||||
color:#fff;
|
||||
height:24px;
|
||||
font-size:15px;
|
||||
width:60%;
|
||||
padding:5px;
|
||||
margin:5px 0;
|
||||
border-radius:2px;
|
||||
border:none;
|
||||
text-align:left;
|
||||
background-color:rgba(255,255,255,0.2);
|
||||
}
|
||||
|
||||
.display {
|
||||
height:30px !important;
|
||||
}
|
||||
|
||||
.top {
|
||||
font-family:'Open Sans',sans-serif;
|
||||
font-weight:300;
|
||||
@@ -455,6 +496,8 @@ input[type="radio"] {
|
||||
overflow:hidden;
|
||||
background-color:rgba(0,0,0,0.2);
|
||||
transition:height .5s;
|
||||
-webkit-filter:brightness(100%) !important;
|
||||
filter:brightness(100%) !important;
|
||||
}
|
||||
|
||||
.hiddenAdmin {
|
||||
|
||||
Reference in New Issue
Block a user