summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-06-19 10:05:21 +0300
committerYuval Adam <yuval@y3xz.com>2015-06-19 10:05:21 +0300
commitce7bbdb3fed225d9df83e3fc58f128c4783e0b6d (patch)
tree8e0d411a5f5bcd11c2f0d91c312e98ed44a0942c /client
parentde22650d1abf6cd110121491964829f595ef8b4a (diff)
Weird color fix
Diffstat (limited to 'client')
-rw-r--r--client/colors.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/colors.less b/client/colors.less
index 6699df8..e156028 100644
--- a/client/colors.less
+++ b/client/colors.less
@@ -64,7 +64,7 @@ body {
display: none;
&:checked + label.radio-inline {
color: #fff;
- background-color: #4589F7;
+ background-color: #2636F9;
border: 0px;
}
}
@@ -81,7 +81,7 @@ body {
input[type="radio"] {
display: none;
&:checked + label.radio-inline {
- color: #4589F7;
+ color: #2636F9;
font-weight: bold;
}
}