From 031b888e2c447048b5459e5e8f1a2afd34f695cf Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 12 Mar 2014 17:13:58 +0000 Subject: Stick help in a template --- view/tpl/help.tpl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 view/tpl/help.tpl (limited to 'view') diff --git a/view/tpl/help.tpl b/view/tpl/help.tpl new file mode 100644 index 000000000..e01243077 --- /dev/null +++ b/view/tpl/help.tpl @@ -0,0 +1,3 @@ +
+{{$content}} +
-- cgit v1.2.3 From b30ddfaaf907e46537fa82520d76df058938a6b5 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 12 Mar 2014 16:21:20 -0700 Subject: fix colors on input elements which bootstrap set to "inherit" and doesn't play nicely with dark themes. --- view/theme/redbasic/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'view') 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; } -- cgit v1.2.3