Opened 17 years ago
Closed 17 years ago
#5987 closed enhancement (fixed)
Admin CSS: -moz-border-radius gives inconsistent results
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.5 | Priority: | low |
Severity: | minor | Version: | 2.5 |
Component: | Administration | Keywords: | css has-patch |
Focuses: | Cc: |
Description
In Firefox, the corner radii [1] on various elements on the admin screens are inconsistently displayed. It's probable that the -moz-border-radius
CSS property is a little buggy. See attached screenshots.
I've found that increasing the value from 2px to 3px gives better results. It's either that or remove it altogether.
Screenshots taken from Firefox 2.0 on Vista. Can anyone using Firefox on XP or OS X confirm the quality of their corner radii? :)
[1] How often do you get to use that word, eh?
Attachments (4)
Change History (9)
#1
@
17 years ago
- Keywords has-patch added
- Milestone set to 2.5
Patched, also changed em-based radii to px for the sake of Firefox.
Note: See
TracTickets for help on using
tickets.
Change 2px radii to 3px.