diff options
author | marijus <mario@mariovavti.com> | 2014-03-13 19:50:28 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-03-13 19:50:28 +0100 |
commit | a8de28cc16df3def8122db4d48b656fc56fce54f (patch) | |
tree | 77a8c9a5d4bec0ef415503a7ac495d1f36225db6 /view/theme/redbasic/css | |
parent | b32f8f0ba792bcea4d837444d986e71172097926 (diff) | |
parent | 5a8be68900250267aa01923f87cf3978c50421e8 (diff) | |
download | volse-hubzilla-a8de28cc16df3def8122db4d48b656fc56fce54f.tar.gz volse-hubzilla-a8de28cc16df3def8122db4d48b656fc56fce54f.tar.bz2 volse-hubzilla-a8de28cc16df3def8122db4d48b656fc56fce54f.zip |
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/theme/redbasic/css')
-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 d30aedd25..3b61ceab1 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; } |