diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-03-03 23:32:40 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-03-03 23:32:40 +0100 |
commit | e3a559128dc9565474b7db9068f6414f7ae6d4e2 (patch) | |
tree | 34271339ac2b501c65f1cbd6603cde1c6666774a /view | |
parent | 2d38e58adbf47a0c318100ffd08b7d90b827158f (diff) | |
download | volse-hubzilla-e3a559128dc9565474b7db9068f6414f7ae6d4e2.tar.gz volse-hubzilla-e3a559128dc9565474b7db9068f6414f7ae6d4e2.tar.bz2 volse-hubzilla-e3a559128dc9565474b7db9068f6414f7ae6d4e2.zip |
yes switch to bootstrap blue again (same as link colour in default light redbasic schema). using link_colour for yes switch didnt work on dark schemas (displayes as white on white).
Diffstat (limited to 'view')
-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 fc32b8046..9307fdd5f 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2336,5 +2336,5 @@ aside .nav > li > a:hover, aside .nav > li > a:focus { .field.checkbox > div > input:checked + label .onoffswitch-switch { right: 0px; - background-color: $link_colour; + background-color: #337AB7; } |