aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-03-04 14:19:20 +0100
committerMario Vavti <mario@mariovavti.com>2015-03-04 14:19:20 +0100
commitfdd70c19498c456dcf0be90acbadd21378ea4ed6 (patch)
tree6ec01dae323ffb4141f2d0fca80cf82be6708c00 /view/theme
parentba49060d0fe367fc07cacfbbbaa3320a224282c4 (diff)
downloadvolse-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')
-rw-r--r--view/theme/redbasic/css/style.css4
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;
}