diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-03 09:18:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-03 09:18:04 +0100 |
commit | 74c1b6168938872303b3ff61e9bea1c9c86a29c5 (patch) | |
tree | 2e42e548bdddf52c669a48cfbaa152a1bc5c4b92 /view/theme | |
parent | ec65c76a669be448c4e64aadd228886085733600 (diff) | |
download | volse-hubzilla-74c1b6168938872303b3ff61e9bea1c9c86a29c5.tar.gz volse-hubzilla-74c1b6168938872303b3ff61e9bea1c9c86a29c5.tar.bz2 volse-hubzilla-74c1b6168938872303b3ff61e9bea1c9c86a29c5.zip |
make remove channel button work again
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 248c85592..4853d3cc1 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 { |