[wp-trac] [WordPress Trac] #10871: Folded Admin Menu Highlight
WordPress Trac
wp-trac at lists.automattic.com
Tue Sep 29 12:27:50 UTC 2009
#10871: Folded Admin Menu Highlight
--------------------------+-------------------------------------------------
Reporter: Jick | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: UI | Version: 2.9
Severity: normal | Resolution: wontfix
Keywords: |
--------------------------+-------------------------------------------------
Changes (by Jick):
* milestone: Unassigned =>
Comment:
Replying to [comment:1 azaozz]:
> Will have to wait a little longer for this. As soon as the browsers
start to support CSS 3.0 borders we can change these to look a lot better.
Well, I achieved the image I attached with an image already in WordPress.
I just put this on all LI's in the menu:
{{{
background: #f1f1f1 url(../images/menu-bits.gif) repeat-x scroll left
-379px;
}}}
I put it on all LI's because I couldn't figure out where exactly it should
go in the CSS to apply it to just the folded menu. There's no reason to
apply it to all LI's because the unfolded menu already has that
background. I'm just not real sure how all the CSS currently works.
So, it's possible now, I'm just not 100% sure how to do it...
It would be real easy for someone who knows all the details about the CSS.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10871#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list