[wp-trac] [WordPress Trac] #19453: CSS for bulleted un/ordered lists in wp-admin not working
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 6 06:27:08 UTC 2011
#19453: CSS for bulleted un/ordered lists in wp-admin not working
----------------------------+-----------------------------
Reporter: trepmal | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.3
Severity: normal | Keywords: has-patch
----------------------------+-----------------------------
Ordered and unordered lists in the admin are a bit naked, even when the
predefined classes are used.
The classes (ul-disc, ul-square, ol-decimal) aren't used much in core. At
a glance, it looks like ul-disc is the only class used, and it adds
bullets to the list of files that would be deleted upon removing a plugins
or network-activated themes.
Here's my test plugin: https://gist.github.com/1436969 - creates a page
and meta box, each with 5 lists.
ul, ul.ul-disc, ul.ul-square, ol, ol.ol-decimal
The ul/ol classes aren't quite specific enough to overwrite list-
style:none; given to unclassed <li>s. Patch just makes the selectors a bit
more specific.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19453>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list