diff options
author | friendica <info@friendica.com> | 2015-03-03 14:39:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-03 14:39:03 -0800 |
commit | 52f42e7d8131f4b68fb6277e1ae286e7e76ad75d (patch) | |
tree | 5a1191513b0b5236cc571a05f20393ecb0af968a /view/theme/redbasic | |
parent | 44b714d0eb13263d5900bd8d51bf3995388f4bd0 (diff) | |
parent | e3a559128dc9565474b7db9068f6414f7ae6d4e2 (diff) | |
download | volse-hubzilla-52f42e7d8131f4b68fb6277e1ae286e7e76ad75d.tar.gz volse-hubzilla-52f42e7d8131f4b68fb6277e1ae286e7e76ad75d.tar.bz2 volse-hubzilla-52f42e7d8131f4b68fb6277e1ae286e7e76ad75d.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a27de499f..787deb6ea 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -81,7 +81,11 @@ a.btn-default { color: #333; } -a.btn-success { +a.btn-success, +a.btn-danger, +a.btn-info, +a.btn-warning, +a.btn-primary { color: #fff; } @@ -111,8 +115,8 @@ input[type="submit"] { padding: 6px 12px; } -button, input, optgroup, select, textarea { - color: #000; +input, optgroup, select, textarea { + color: #333; } pre code { @@ -2331,5 +2335,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; } |