Closed
Bug 103233
Opened 24 years ago
Closed 24 years ago
Mac's global.css lists "window" twice and misses out "wizard"
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla0.9.6
People
(Reporter: adamlock, Assigned: andreww)
Details
Attachments
(1 file)
464 bytes,
patch
|
adamlock
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
I found a small mistake in the Mac classic skin's global.css while looking at
bug 103036. The "window" style is listed twice:
http://lxr.mozilla.org/seamonkey/source/themes/classic/global/mac/global.css#103
http://lxr.mozilla.org/seamonkey/source/themes/classic/global/mac/global.css#106
The second "window" should probably be "wizard" as in Win32's global.css:
http://lxr.mozilla.org/seamonkey/source/themes/classic/global/win/global.css#113
Patch would be this:
Index: mozilla/themes/classic/global/mac/global.css
===================================================================
RCS file: /cvsroot/mozilla/themes/classic/global/mac/global.css,v
retrieving revision 1.31
diff -u -r1.31 global.css
--- global.css 2001/10/02 00:57:32 1.31
+++ global.css 2001/10/05 00:15:35
@@ -103,7 +103,7 @@
window,
page,
dialog,
- window
+ wizard
{
background-color : #DDDDDD;
font : message-box;
Comment 4•24 years ago
|
||
Comment on attachment 52251 [details] [diff] [review]
fixing missing reference to wizard in global.css
sr=sfraser
Attachment #52251 -
Flags: superreview+
Comment on attachment 52251 [details] [diff] [review]
fixing missing reference to wizard in global.css
r=adamlock
Attachment #52251 -
Flags: review+
fix checked into trunk.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•