Closed
Bug 34704
Opened 25 years ago
Closed 25 years ago
User should be able to customize colors as well as metrics
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
M16
People
(Reporter: akkzilla, Assigned: akkzilla)
Details
Attachments
(1 file)
17.87 KB,
patch
|
Details | Diff | Splinter Review |
nsXPLookAndFeel lets the user customize metrics, but the color portion was not
yet implemented (because I thought such things would come from the skin
instead). Leaf points out that some colors, such as selection background, may
rub users the wrong way so we should definitely get color customization going.
Assignee | ||
Comment 1•25 years ago
|
||
I'm marking M15 for now, because I'm not sure how much call there is for this.
Leaf, if you want to argue for M15, I don't think there would be any problem in
coming up with a fix in the next few days.
Status: NEW → ASSIGNED
Target Milestone: --- → M16
Comment 2•25 years ago
|
||
It's not urgent, as far as i'm concerned.
Assignee | ||
Comment 3•25 years ago
|
||
Assignee | ||
Comment 4•25 years ago
|
||
Fix checked in yesterday. For instance, you can add:
user_pref("ui.textSelectBackground", "orange");
to your prefs.js or user.js, and text selection will be orange instead of
whatever it was before.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•