Closed
Bug 48921
Opened 25 years ago
Closed 24 years ago
background-color in url bar does not follow gtk-theme
Categories
(SeaMonkey :: Themes, defect, P5)
Tracking
(Not tracked)
People
(Reporter: mozilla, Assigned: hewitt)
Details
Attachments
(1 file)
2.82 KB,
image/png
|
Details |
The background color in the URL-bar does not follow the gtk-theme.
Solution:
add background-color : threedface;
to #urlbar-container
in chrome/skins/classic/navigator/skin/navigator.css
So this becomes:
#urlbar-container
{
padding : 3px 2px 2px 3px;
background-color : threedface;
}
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
additional info:
See attachement for my 'problem'. The previous solution made the whole bar grey.
If the URL bar should be completely white, the background-color of the
.textfield-internal-box in chrome/skins/classic/global/skin/textfield.css should
be changed to white, or another value, but NOT inherit.
/* internal frame */
.textfield-internal-box
{
margin : 0px;
padding : 1px 2px 1px 2px;
cursor : text;
border-left : 1px solid threeddarkshadow;
border-top : 1px solid threeddarkshadow;
border-right : 1px solid threedface;
border-bottom : 1px solid threedface;
background-color : white;
color : inherit;
}
Apply this, or the previous patch, but not both
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
marking as dup
*** This bug has been marked as a duplicate of 57249 ***
Oops... you mistyped bug 57249 (download trouble with M18) instead of bug 57429
(Win classic theme should support system colors)
Reopening...
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
...and reduping.
Sorry for spam.
*** This bug has been marked as a duplicate of 57429 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 9•24 years ago
|
||
Sorry for the spam, but is this realy a dupe of #57429? Win != Linux and with
the simple .css 'patch' it works for linux.
Comment 10•24 years ago
|
||
Take a look at the various dupes of bug 57429, many of them are about Linux and
gtk colors not followed in classic skin.
Assignee | ||
Comment 11•24 years ago
|
||
57429 is for the general case of system colors not being used in all the right
places, so this is a dup.
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•