Opened 14 years ago
Closed 14 years ago
#17226 closed enhancement (fixed)
border radius for help & screen options in Opera
Reported by: | hebbet | Owned by: | |
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Administration | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
opera 11.10 doesn't render the buttom corners rounded like Firefox or Chrome because css3 border-radius is missing
Attachments (3)
Change History (16)
#1
@
14 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from Awaiting Review to 3.2
#5
@
14 years ago
I imagine this isn't the only place we're defining -moz or -webkit without border-radius?
We should do a sweep and be consistent. All four in every appropriate instance: -webkit, -khtml, -moz, border-radius.
#7
@
14 years ago
I tested it one my sites and that two boxes were the only not rounded boxes.
I will go the current admin css files and post a comment when i find another file.
#8
@
14 years ago
I found the following:
in wp-admin.css
a.button,a.button-primary,a.button-secondary: only webkit
#contextual-help-link-wrap: khtml missing
.pressthis a has -o-border-radius, no khtml
in wp-admin-rtl.css
#post-body ul.add-menu-item-tabs li.tabs: no khtml.
Will add a patch tomorrow
#10
@
14 years ago
added patch.
I am not sure about a.button,a.button-primary,a.button-secondary (has only Webkit), so i didn't added it to my patch
Please don't set the has-patch keyword unless you upload a diff file that fixes the problem.