]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/h4ck3r/css/display.css
Remove hardcoded #notice_action-submit from JS/CSS (prep for reusable notice forms)
[quix0rs-gnu-social.git] / theme / h4ck3r / css / display.css
index edf071a6596a63bea0988876ac45b29168052431..45d958bbea6563a9e8010785ab01730dc58cfd4c 100644 (file)
@@ -44,14 +44,14 @@ background:none;
 }
 
 input.submit,
-#form_notice.warning #notice_text-count,
+#form_notice.warning .count,
 .form_settings .form_note,
 .entity_remote_subscribe {
 background-color:rgba(0, 255, 0, 0.5);
 }
 
 input:focus, textarea:focus, select:focus,
-#form_notice.warning #notice_data-text {
+#form_notice.warning textarea {
 border-color:#9BB43E;
 }
 input.submit,
@@ -82,13 +82,13 @@ border-top-color:#87B4C8;
 background-color:rgba(0,128,0,0.3);
 }
 
-#notice_text-count {
+.form_notice .count {
 color:#0f0;
 }
-#form_notice.warning #notice_text-count {
+#form_notice.warning .count {
 color:#000;
 }
-#form_notice.processing #notice_action-submit {
+#form_notice.processing .submit {
 background:#ccc url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 cursor:wait;
 text-indent:-9999px;