mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Ensure poll button is the same color no matter where it is placed
This commit is contained in:
parent
a4cb27b273
commit
4838d98a7f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ header.row .pagination {
|
|||
.summary_bar #live-poll {
|
||||
line-height: 28px;
|
||||
}
|
||||
.summary_bar #live-poll.active {
|
||||
#live-poll.active {
|
||||
background-color: #009300;
|
||||
}
|
||||
.summary_bar ul {
|
||||
|
|
Loading…
Reference in a new issue