diff options
author | friendica <info@friendica.com> | 2014-03-12 16:21:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-12 16:21:20 -0700 |
commit | b30ddfaaf907e46537fa82520d76df058938a6b5 (patch) | |
tree | b5605bf8b88c45b4a42677d312135f70362b316a /view/theme | |
parent | 3f337dad2c783e62338a88887d1ef3d7754da410 (diff) | |
download | volse-hubzilla-b30ddfaaf907e46537fa82520d76df058938a6b5.tar.gz volse-hubzilla-b30ddfaaf907e46537fa82520d76df058938a6b5.tar.bz2 volse-hubzilla-b30ddfaaf907e46537fa82520d76df058938a6b5.zip |
fix colors on input elements which bootstrap set to "inherit" and doesn't play nicely with dark themes.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 7cdc55644..d6374082d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -79,6 +79,11 @@ input[type="submit"] { text-decoration: none; } +button, input, optgroup, select, textarea { + color: #000; +} + + pre code { border: none; } |