diff options
author | friendica <info@friendica.com> | 2015-03-04 11:21:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-04 11:21:45 -0800 |
commit | 5f0e073cfab76a78c993e1b3a32c9296338424a2 (patch) | |
tree | 55d2fdad458be3df068441146b5a024853f29c0d | |
parent | 39c17adc0b1d735b614b88eb4f44af02db5ba7b9 (diff) | |
parent | 12be436a590f0af75d7d6e1ca47fefac2eb76246 (diff) | |
download | volse-hubzilla-5f0e073cfab76a78c993e1b3a32c9296338424a2.tar.gz volse-hubzilla-5f0e073cfab76a78c993e1b3a32c9296338424a2.tar.bz2 volse-hubzilla-5f0e073cfab76a78c993e1b3a32c9296338424a2.zip |
Merge https://github.com/friendica/red into pending_merge
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index e00fee521..4878cd23f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2321,20 +2321,20 @@ 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; } .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; |