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:
parent
bb22054028
commit
46acda57a4
|
@ -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 »'); ?>" class="button-secondary" />
|
<input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue