From fdd70c19498c456dcf0be90acbadd21378ea4ed6 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 4 Mar 2015 14:19:20 +0100 Subject: make on/off switches work better with schemes --- view/theme/redbasic/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e00fee521..542be25e6 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2321,14 +2321,14 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { .onoffswitch-inner:before { content: attr(data-on); padding-right: 21px; - background-color: #EEEEEE; + background-color: $item_colour; text-align: right; } .onoffswitch-inner:after { content: attr(data-off); padding-left: 21px; - background-color: #EEEEEE; color: #999999; + background-color: $item_colour; color: #ccc; text-align: left; } -- cgit v1.2.3