#10871 closed defect (bug) (worksforme)
Folded Admin Menu Highlight
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | UI | Keywords: | has-patch gsoc ui-feedback |
Focuses: | Cc: |
Description
One thing that has been bugging me for a while is the fact that the folded version of the WordPress admin menu doesn't have the white highlight line that the unfolded menu has. Is there a reason for this or is it just a fluke?
Attachments (6)
Change History (19)
#2
in reply to:
↑ 1
@
16 years ago
- Milestone Unassigned deleted
Replying to 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.
#4
@
16 years ago
looks to me like the original designer has forgotten this.
the css-3 argument is pretty much misleading imho.
#8
@
15 years ago
- Cc wojtek.szkutnik@… added
- Keywords has-patch gsoc added; needs-patch removed
looks much better now
#9
@
15 years ago
- Keywords ui-feedback added
Thanks! Marking for UI feedback. This kind of patch would generally go through the UI working group.
Also, no need to compress CSS and JS, it only increases the patch file size, causes the patch to become stale the moment an unrelated line in the file is changed, and makes the patch more bulky to review. We compress on commit.
#10
@
15 years ago
@wojtek Please upload screenshots of UI patches so that they're easier for us UI folk to review - many thanks!
#11
@
15 years ago
I zoomed in on the screen shots so it's easy to see the differences between versions.
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.