[wp-trac] [WordPress Trac] #6653: !important rule not applied
correctly in wp-admin.css
WordPress Trac
wp-trac at lists.automattic.com
Wed Apr 9 18:34:18 GMT 2008
#6653: !important rule not applied correctly in wp-admin.css
----------------------------+-----------------------------------------------
Reporter: spirit55555 | Owner: anonymous
Type: defect | Status: new
Priority: lowest | Milestone: 2.5.1
Component: Administration | Version: 2.5
Severity: trivial | Keywords:
----------------------------+-----------------------------------------------
There are two places in wp-admin.css where the '''!important''' rule is
not applied correctly:
{{{
.form-invalid input {
border-width: 1px; !important
border-style: solid; !important
}
}}}
It should be like this:
{{{
.form-invalid input {
border-width: 1px !important;
border-style: solid !important;
}
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/6653>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list