diff options
author | Mario <mario@mariovavti.com> | 2022-07-27 07:27:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-27 07:27:51 +0000 |
commit | 2e9211cf413973a116eff864ad04336ebe14ad3a (patch) | |
tree | 7dabc07a183e8964aea0e14b5141665545677377 /view/theme/redbasic/schema | |
parent | 769c8225683f843e14039bea232c2ff13670144a (diff) | |
download | volse-hubzilla-2e9211cf413973a116eff864ad04336ebe14ad3a.tar.gz volse-hubzilla-2e9211cf413973a116eff864ad04336ebe14ad3a.tar.bz2 volse-hubzilla-2e9211cf413973a116eff864ad04336ebe14ad3a.zip |
fix regression in dark schema
Diffstat (limited to 'view/theme/redbasic/schema')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index 751ce25e8..8e6035e13 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -1,5 +1,6 @@ .generic-content-wrapper { background-color: transparent; + border: 1px solid #333; } textarea, input, select |