Closed
Bug 485053
Opened 17 years ago
Closed 17 years ago
Add special re-theming for radio buttons
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mfinkle, Assigned: mfinkle)
Details
Attachments
(1 file)
|
1.85 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
This patch themes radio buttons to look like a group of horizontal buttons. So for a given set of radio buttons:
<radiogroup>
<radio label="one"/>
<radio label="two"/>
<radio label="three"/>
</radiogroup>
the widgets will look like this:
http://people.mozilla.com/~mfinkle/radio-theming.png
Attachment #369149 -
Flags: review?(gavin.sharp)
Comment 1•17 years ago
|
||
Comment on attachment 369149 [details] [diff] [review]
patch
you should set an explicit foreground color if you're setting a background color (presumably you want "black"?)
Attachment #369149 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
http://hg.mozilla.org/mobile-browser/rev/1ca92b48b3a3
http://hg.mozilla.org/mobile-browser/rev/d2f7dbb79d00
I am sure we will be tweaking the theme a bit more, in followup bugs
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•