diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-04 14:34:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-04 14:34:24 +0100 |
commit | 12be436a590f0af75d7d6e1ca47fefac2eb76246 (patch) | |
tree | c3ec5f802930c0faff6e25779e1ba4c676af95be /view/theme/redbasic/css | |
parent | fdd70c19498c456dcf0be90acbadd21378ea4ed6 (diff) | |
download | volse-hubzilla-12be436a590f0af75d7d6e1ca47fefac2eb76246.tar.gz volse-hubzilla-12be436a590f0af75d7d6e1ca47fefac2eb76246.tar.bz2 volse-hubzilla-12be436a590f0af75d7d6e1ca47fefac2eb76246.zip |
more on/off switch colour adjustment
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 542be25e6..4878cd23f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2334,7 +2334,7 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { .onoffswitch-switch { display: block; width: 15px; margin:4px; - background: #A1A1A1; + background: #ccc; border-radius: 10px; position: absolute; top: 0; bottom: 0; right: 36px; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; |