diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-04 14:19:20 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-04 14:19:20 +0100 |
commit | fdd70c19498c456dcf0be90acbadd21378ea4ed6 (patch) | |
tree | 6ec01dae323ffb4141f2d0fca80cf82be6708c00 /view/theme/redbasic/css | |
parent | ba49060d0fe367fc07cacfbbbaa3320a224282c4 (diff) | |
download | volse-hubzilla-fdd70c19498c456dcf0be90acbadd21378ea4ed6.tar.gz volse-hubzilla-fdd70c19498c456dcf0be90acbadd21378ea4ed6.tar.bz2 volse-hubzilla-fdd70c19498c456dcf0be90acbadd21378ea4ed6.zip |
make on/off switches work better with schemes
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |