diff options
author | Mario <mario@mariovavti.com> | 2022-07-27 07:27:51 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-07-27 09:29:22 +0200 |
commit | 3abc9ee387a58e07a84fc00085dea44d42816127 (patch) | |
tree | b8f9429599c26b6e0f4fe0abbc0b25b7d14489b7 | |
parent | 40377796edd8c612ce9d68f52fc146ad32302f9e (diff) | |
download | volse-hubzilla-3abc9ee387a58e07a84fc00085dea44d42816127.tar.gz volse-hubzilla-3abc9ee387a58e07a84fc00085dea44d42816127.tar.bz2 volse-hubzilla-3abc9ee387a58e07a84fc00085dea44d42816127.zip |
fix regression in dark schema
(cherry picked from commit 2e9211cf413973a116eff864ad04336ebe14ad3a)
-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 |