]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/css/forms.css
WordPress 3.9.1
[autoinstalls/wordpress.git] / wp-admin / css / forms.css
index c3ed8d21b2114aad3af9eed85361a4d989c29324..14cfe850caac7ba37f11542221510da19c01c243 100644 (file)
@@ -75,24 +75,6 @@ input[type=radio] {
        line-height: 10px;
 }
 
-input:disabled,
-input.disabled,
-textarea:disabled,
-textarea.disabled {
-       -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
-       box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
-       border-color: rgba(222, 222, 222, .75);
-       background: rgba(255, 255, 255, .5);
-       color: rgba(51, 51, 51, .5);
-}
-
-input[type=checkbox]:disabled,
-input[type=radio]:disabled,
-input[type=checkbox]:disabled:checked:before,
-input[type=radio]:disabled:checked:before {
-       opacity: 0.7;
-}
-
 input[type=checkbox]:checked:before,
 input[type=radio]:checked:before {
        float: left;
@@ -268,6 +250,24 @@ input[readonly] {
        color: #666;
 }
 
+input:disabled,
+input.disabled,
+textarea:disabled,
+textarea.disabled {
+       -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
+       box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
+       border-color: rgba(222, 222, 222, .75);
+       background: rgba(255, 255, 255, .5);
+       color: rgba(51, 51, 51, .5);
+}
+
+input[type=checkbox]:disabled,
+input[type=radio]:disabled,
+input[type=checkbox]:disabled:checked:before,
+input[type=radio]:disabled:checked:before {
+       opacity: 0.7;
+}
+
 /*------------------------------------------------------------------------------
   2.0 - Forms
 ------------------------------------------------------------------------------*/