mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add constrast to make beacon pulse a little more obvious
This commit is contained in:
parent
9352de04b3
commit
21ab89b3c0
1 changed files with 2 additions and 2 deletions
|
@ -490,7 +490,7 @@ div.interval-slider input {
|
|||
|
||||
@keyframes beacon-dot-pulse {
|
||||
from {
|
||||
background-color: #80002d;
|
||||
background-color: #50002d;
|
||||
box-shadow: 0 0 9px #666;
|
||||
}
|
||||
50% {
|
||||
|
@ -498,7 +498,7 @@ div.interval-slider input {
|
|||
box-shadow: 0 0 18px #666;
|
||||
}
|
||||
to {
|
||||
background-color: #80002d;
|
||||
background-color: #50002d;
|
||||
box-shadow: 0 0 9px #666;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue