diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 13:15:34 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-19 13:15:34 -0300 |
commit | 90bcb54980998c757059957d218e2cf1899e462d (patch) | |
tree | baef526002e64f4588877d50025c788ad11e72dc /static/css/themes/default.css | |
parent | bc0c2f99fd41da73b5f47b94d4635ece378620e0 (diff) |
fix post form on default nsfw
Diffstat (limited to 'static/css/themes/default.css')
-rw-r--r-- | static/css/themes/default.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/themes/default.css b/static/css/themes/default.css index 7f3d1a8..24e85e6 100644 --- a/static/css/themes/default.css +++ b/static/css/themes/default.css @@ -98,12 +98,16 @@ a.reply { } #postForm tr > td:first-child { - background-color: #98e; + background-color: #98e; border: 1px black; padding-left: 0.5em; padding-right: 0.5em; } +.nsfw #postForm tr > td:first-child { + background-color: #ea8; +} + #postForm input[type="text"], #postForm textarea, #reply-name, #reply-options, #reply-comment { |