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:
parent
3f54edb449
commit
baeff485a8
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue