aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-12 16:21:20 -0700
committerfriendica <info@friendica.com>2014-03-12 16:21:20 -0700
commitb30ddfaaf907e46537fa82520d76df058938a6b5 (patch)
treeb5605bf8b88c45b4a42677d312135f70362b316a
parent3f337dad2c783e62338a88887d1ef3d7754da410 (diff)
downloadvolse-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.
-rw-r--r--version.inc2
-rw-r--r--view/theme/redbasic/css/style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/version.inc b/version.inc
index 81c727eb1..424e69299 100644
--- a/version.inc
+++ b/version.inc
@@ -1 +1 @@
-2014-03-11.613
+2014-03-12.614
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;
}