id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 15727,Theme CSS and admin bar list item conflicts,greenshady,,"Currently, if a theme adds CSS to basic `ul` or `li` elements, it might overwrite the admin bar. I can see this being a big issue with themes. If looking at the attached screenshot, you will see a blue bullet and extra padding. This is caused by this CSS in a theme's `style.css` file: {{{ ul li { padding-left: 10px; background: url(images/bullet.png) no-repeat 0 11px; } }}} This only seems to mess with the top level of the menu. I imagine issues like this will be fairly common. We just need to make the CSS for the admin bar more specific so that general CSS code like this doesn't cause conflicts. ",defect (bug),closed,normal,3.1,Administration,3.1,normal,fixed,has-patch,,