1
0
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:
haaeriks 2016-05-03 12:12:25 +02:00
parent 2118aff8f4
commit 677432d915

View File

@ -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;