aboutsummaryrefslogtreecommitdiff
path: root/static/css/themes
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/themes')
-rw-r--r--static/css/themes/default.css6
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 {