diff options
author | Mathieu "Matbac" Bacou <mathieu@bacou.me> | 2018-03-08 21:02:51 +0100 |
---|---|---|
committer | Mathieu "Matbac" Bacou <mathieu@bacou.me> | 2018-03-08 21:02:51 +0100 |
commit | f9cca2422adb05db69c13ebd48d79e6108291d8f (patch) | |
tree | 4c6dcc6ed1c121ff6b5e4d99f4786410d7cd2025 /view/theme/redbasic/schema | |
parent | 76a80060034b381ac14d9d897b18c9d650347dd8 (diff) | |
download | volse-hubzilla-f9cca2422adb05db69c13ebd48d79e6108291d8f.tar.gz volse-hubzilla-f9cca2422adb05db69c13ebd48d79e6108291d8f.tar.bz2 volse-hubzilla-f9cca2422adb05db69c13ebd48d79e6108291d8f.zip |
Remove useless background spec for category field
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index edc6e5f65..ebcfcdd13 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -21,7 +21,6 @@ textarea, input, select } #jot-category-wrap { - background: #000; border-bottom: none; margin-bottom: 5px; } |