Closed
Bug 358710
Opened 19 years ago
Closed 18 years ago
Some UI stylecode should be moved from /content/xpinstallConfirm.css to /skin/
Categories
(Toolkit Graveyard :: XULRunner, defect)
Toolkit Graveyard
XULRunner
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9alpha8
People
(Reporter: alfredkayser, Assigned: robert.strong.bugs)
Details
Attachments
(1 file)
|
1.60 KB,
patch
|
moco
:
review+
|
Details | Diff | Splinter Review |
In mozilla/ toolkit/ mozapps/ xpinstall/ content/ xpinstallConfirm.css (1.2):
the following lines:
6 ben 1.2 .listbox {
7 -moz-appearance: listbox;
8 }
9
10 #itemList {
11 margin: 10px 4px 10px 4px;
12 }
should be moved to:
/toolkit/themes/winstripe/mozapps/xpinstall/xpinstallConfirm.css
/toolkit/themes/pinstripe/mozapps/xpinstall/xpinstallConfirm.css
This is needed to allow themes to apply their own styling to this window, without having to override these forcefully with '!important'.
| Assignee | ||
Comment 1•18 years ago
|
||
pinstripe and winstripe already have these set... I moved the one for winstripe for consistency with pinstripe. The before and after display of this dialog are the same.
http://lxr.mozilla.org/seamonkey/source/toolkit/themes/pinstripe/mozapps/xpinstall/xpinstallConfirm.css#1
Assignee: nobody → robert.bugzilla
Status: NEW → ASSIGNED
Attachment #271496 -
Flags: review?(sspitzer)
Comment 2•18 years ago
|
||
Comment on attachment 271496 [details] [diff] [review]
patch
r=sspitzer
Attachment #271496 -
Flags: review?(sspitzer) → review+
| Assignee | ||
Comment 3•18 years ago
|
||
Checked in to trunk
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•18 years ago
|
Target Milestone: --- → mozilla1.9beta1
Updated•18 years ago
|
Flags: in-testsuite-
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•