Error class styling from mt. fixes #6034

git-svn-id: http://svn.automattic.com/wordpress/trunk@7136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-03 20:52:04 +00:00
parent bb22054028
commit 46acda57a4
2 changed files with 17 additions and 6 deletions

View File

@ -168,7 +168,7 @@ foreach ($arc_result as $arc_row) {
</select> </select>
<?php } ?> <?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> </div>

View File

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