Closed
Bug 48920
Opened 24 years ago
Closed 24 years ago
classic theme text-color in url and search does not follow gtk themes
Categories
(SeaMonkey :: Themes, defect, P3)
Tracking
(Not tracked)
People
(Reporter: mozilla, Assigned: hewitt)
Details
(Keywords: classic)
The textcolor of the url bar and the input field for search in the sidebar does
not follow the color of the gtk-theme.
Solution:
add color: inherit;
to the .textfield-input, .text-field-textarea
in
chrome/skins/classic/global/skin/textfield.css
So this becomes:
/* internal text widget */
.textfield-input, .textfield-textarea
{
border : none !important;
margin : 0px;
font : inherit;
background-color : inherit;
color : inherit;
}
Comment 1•24 years ago
|
||
Adding 'classic' keyword to bugs dealing with the Classic skin. Please fix any
mistakes -- thanks.
Keywords: classic
Comment 2•24 years ago
|
||
confirmed with 090108 mozilla linux build
Status: UNCONFIRMED → NEW
Ever confirmed: true
Joe, something to look at after the current round of rtm++ bugs are fixed.
Assignee: hangas → hewitt
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
marking as dup of 57429
*** This bug has been marked as a duplicate of 57429 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Verified dupe of bug 57429: "Win classic theme should support system colors"
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•