Browse Source

fixed input colors

pull/4/head
gilbN 6 years ago
parent
commit
606d2d8030
  1. 4
      CSS/themes/filebrowser_dark.css

4
CSS/themes/filebrowser_dark.css

@ -99,6 +99,10 @@ header>div:first-child{
body{
padding-top: 60px;
}
.input {
background: #2d2d2d;
color: #fff;
}
#search #input {
background-color: #f5f5f5;
display: flex;

Loading…
Cancel
Save