Closed
Bug 48067
Opened 24 years ago
Closed 24 years ago
[classic] menubar and tooltip don't have text color set properly
Categories
(SeaMonkey :: Themes, defect, P3)
Tracking
(Not tracked)
Future
People
(Reporter: sean, Assigned: bugs)
Details
(Keywords: classic, Whiteboard: [nsbeta3-])
global\skin\menu.css needs to have the following line added:
color
: menutext;
-------------------------
menubar
{
background-color : threedface;
+ color : menutext;
}
Reporter | ||
Comment 1•24 years ago
|
||
The toolip font color is incorrect - needs to use the system infotext color
(also in global\skin\menu.css):
.tooltip > .popup-internal-box
{
border: 0px;
+ color: infotext;
padding: 0px;
}
Keywords: nsbeta3
Summary: menubar in classic theme doesn't have text color set properly → [classic] menubar and tooltip don't have text color set properly
Ben: sending to you for confirmation of bug. If you agree with this please feel
free to send to nbhatla to be fixed. Thanks.
Assignee: hangas → ben
nav triage team:
nsbeta3-, works OK as is, not a big deal if skins can't change this for now.
M Future, fix it later
Whiteboard: [nsbeta3-]
Target Milestone: --- → Future
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 57429 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•