Opened 2 years ago
Closed 2 years ago
#17226 closed enhancement (fixed)
border radius for help & screen options in Opera
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| 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)
- Keywords needs-patch added; has-patch removed
- Milestone changed from Awaiting Review to 3.2
Thx for the patch; for the future, patch for the dev file is enough.
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.
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.
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
comment:10
hebbet — 2 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
comment:11
in reply to:
↑ 9
markjaquith — 2 years ago
- Keywords 2nd-opinion added
comment:12
nacin — 2 years ago
This should get a final review - considering the mouse-nibbled corner commits, I think we're good here?
comment:13
koopersmith — 2 years ago
- Resolution set to fixed
- Status changed from new to closed
Closing this as fixed. Open a new ticket if you find any missing vendor prefixes.

Please don't set the has-patch keyword unless you upload a diff file that fixes the problem.