1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Fix poor styling of filter textboxes in dark mode

This commit is contained in:
Mike Perham 2020-09-21 11:48:29 -07:00
parent 3f54edb449
commit baeff485a8

View file

@ -75,6 +75,12 @@ a.btn {
color: #000;
}
input {
background-color: #444;
color: #ccc;
padding: 3px;
}
.summary_bar .summary {
background-color: #222;
border: 1px solid #555;