mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user