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