Opened 13 years ago
Closed 13 years ago
#19137 closed defect (bug) (fixed)
Admin bar styling issues with Opera
Reported by: | nacin | Owned by: | |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | UI | Keywords: | |
Focuses: | Cc: |
Description
In Opera, padding is messed up for the Howdy image, and two search icons are displayed.
Part of this was reported in #18197 (18197#comment:111).
Attachments (4)
Change History (12)
#2
follow-up:
↓ 3
@
13 years ago
For some reason, Opera 11.52 doesn't display RGBA background. 19137.opera-background-fix.patch fixes that.
#3
in reply to:
↑ 2
@
13 years ago
Replying to SergeyBiryukov:
For some reason, Opera 11.52 doesn't display RGBA background.
Scratch that, 19137.patch fixes the icon and the background.
#4
@
13 years ago
Looking at #15851, seems it should have been #wpadminbar ul li:before
.
Opera doesn't seem to like global :before
selector.
#5
@
13 years ago
With 19137.2.patch, it's also possible to actually enter something into search input (see #19149).
#6
@
13 years ago
Opera doesn't seem to like global :before selector.
Like I said before, Opera the next IE. :) Patch works, nice catch.
19137.opera-avatar-fix.patch does fix the howdy image.