Changeset 7136
- Timestamp:
- 03/03/2008 08:52:04 PM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r7130 r7136 169 169 <?php } ?> 170 170 171 <input type="submit" id="post-query-submit" value="<?php _e('Filter »'); ?>" class="button-secondary" />171 <input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" /> 172 172 173 173 </div> -
trunk/wp-admin/wp-admin.css
r7130 r7136 27 27 28 28 .form-invalid { 29 background-color: #FF9999 !important; 29 background-color: #ffebe8 !important; 30 } 31 32 .form-invalid input { 33 border: 1px solid #c00 !important; 30 34 } 31 35 … … 235 239 236 240 .error { 237 background: #f00; 238 border: 1px solid #800; 239 color: #fff; 241 background: #ffebe8; 242 border: 1px solid #c00; 240 243 } 241 244 242 245 .error a { 243 color: # fff;246 color: #c00; 244 247 } 245 248 … … 944 947 .form-table tr { 945 948 background: #eaf3fa; 949 } 950 951 .form-table input { 952 border: 1px solid #c6d9e9; 953 } 954 955 .form-table textarea { 956 border: 1px solid #c6d9e9; 946 957 } 947 958
Note: See TracChangeset
for help on using the changeset viewer.