]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/biz/css/display.css
Notice form cleanup: removing hardcoded id from counter references; prep for reusable...
[quix0rs-gnu-social.git] / theme / biz / css / display.css
index c39464385e5db9339e1dfadbf06f30df8854ed9a..e562f7072a49f2fc5d7e1193ce50f3299832ed1c 100644 (file)
@@ -60,12 +60,12 @@ border-color:#DDDDDD;
 background:none;
 }
 
-.form_notice.warning #notice_text-count,
+.form_notice.warning .count,
 .form_settings .form_note {
 background-color:#9BB43E;
 }
 input.submit,
-.form_notice.warning #notice_text-count,
+.form_notice.warning .count,
 .form_settings .form_note,
 .entity_actions a,
 .entity_actions input,
@@ -83,7 +83,7 @@ background-color:transparent;
 }
 input:focus, textarea:focus, select:focus,
 .form_notice.warning textarea,
-.form_notice.warning #notice_text-count,
+.form_notice.warning .count,
 .form_settings .form_note {
 border-color:#9BB43E;
 }
@@ -166,10 +166,10 @@ background-image:url(../images/illustrations/illu_pattern-02.png);
 background-repeat:no-repeat;
 }
 
-#notice_text-count {
+.form_notice .count {
 color:#333333;
 }
-#form_notice.warning #notice_text-count {
+#form_notice.warning .count {
 color:#000000;
 }
 .form_notice label[for=notice_data-attach] {