mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
clearer colors for on/off toggles. Helps me who is color blind
This commit is contained in:
parent
2118aff8f4
commit
677432d915
@ -1,7 +1,7 @@
|
||||
.toggle-active {
|
||||
border: 1px solid black;
|
||||
display: inline-block;
|
||||
background-color: #3B7908;
|
||||
background-color: lawngreen;
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
@ -9,7 +9,7 @@
|
||||
.toggle-inactive {
|
||||
border: 1px solid black;
|
||||
display: inline-block;
|
||||
background-color: #E7384A;
|
||||
background-color: red;
|
||||
border-radius: 50%;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user