summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css2
-rw-r--r--theme/identica/css/display.css10
2 files changed, 6 insertions, 6 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 2892ca4f1..b8b260266 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -638,7 +638,7 @@ margin-right:11px;
.notice .author a {
}
.notice .author:after {
-content:":";
+/*content:":";*/
}
.vcard .photo {
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index 1eba97a45..c2eb4ef65 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -41,12 +41,12 @@ color:#88171A;
#notice_text-count {
color:#333;
}
-#notice_text-count.warning {
-color:#FDFF00;
-background-color:#000;
+#form_notice.warning #notice_text-count {
+color:#000;
+background-color:#A9BF4F;
}
-#notice_data-text.warning {
-border-color:#FDFF00;
+#form_notice.warning #notice_data-text {
+border-color:#A9BF4F;
}
#form_notice #notice_data-attach_view {