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)

x86
Linux
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 57429

People

(Reporter: mozilla, Assigned: hewitt)

Details

Attachments

(1 file)

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; }
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
setting bug status to New
Status: UNCONFIRMED → NEW
Ever confirmed: true
taking
Assignee: hangas → hewitt
Priority: P3 → P5
Updating the QA Contact
QA Contact: paw → pmac
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 ago24 years ago
Resolution: --- → DUPLICATE
Sorry for the spam, but is this realy a dupe of #57429? Win != Linux and with the simple .css 'patch' it works for linux.
Take a look at the various dupes of bug 57429, many of them are about Linux and gtk colors not followed in classic skin.
57429 is for the general case of system colors not being used in all the right places, so this is a dup.
Verified dup.
Status: RESOLVED → VERIFIED
Product: Core → SeaMonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: