Error class styling from mt. fixes #6034

git-svn-id: https://develop.svn.wordpress.org/trunk@7136 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-03 20:52:04 +00:00
parent 88bb527a19
commit eb60b59c5d
2 changed files with 17 additions and 6 deletions

View File

@ -168,7 +168,7 @@ foreach ($arc_result as $arc_row) {
</select>
<?php } ?>
<input type="submit" id="post-query-submit" value="<?php _e('Filter &#187;'); ?>" class="button-secondary" />
<input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" />
</div>

View File

@ -26,7 +26,11 @@
}
.form-invalid {
background-color: #FF9999 !important;
background-color: #ffebe8 !important;
}
.form-invalid input {
border: 1px solid #c00 !important;
}
#uploading {
@ -234,13 +238,12 @@ select {
}
.error {
background: #f00;
border: 1px solid #800;
color: #fff;
background: #ffebe8;
border: 1px solid #c00;
}
.error a {
color: #fff;
color: #c00;
}
.narrow {
@ -945,6 +948,14 @@ html, body {
background: #eaf3fa;
}
.form-table input {
border: 1px solid #c6d9e9;
}
.form-table textarea {
border: 1px solid #c6d9e9;
}
/* Post Screen */
#tagchecklist {