Closed Bug 414244 Opened 17 years ago Closed 17 years ago

Don't hard code the color of the separator line in Error Console

Categories

(Toolkit Graveyard :: Error Console, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED INVALID

People

(Reporter: adelfino, Unassigned)

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008012710 Minefield/3.0b3pre Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3pre) Gecko/2008012710 Minefield/3.0b3pre Don't hard code the color of the separator line in Error Console, because it looks like in the screenshot with different themes. Reproducible: Always
Version: unspecified → Trunk
Attached image Screenshot.
Screenshot.
It's not hard coded. The bottom border is defined in css from what ever theme you are using. http://lxr.mozilla.org/seamonkey/source/themes/classic/global/win/console.css#51 http://lxr.mozilla.org/seamonkey/source/themes/classic/global/mac/console.css#44 If you have problems with the row separators you should contact the author of the theme that you are having a problem with.
(In reply to comment #2) > It's not hard coded. The bottom border is defined in css from what ever theme > you are using. > > http://lxr.mozilla.org/seamonkey/source/themes/classic/global/win/console.css#51 > http://lxr.mozilla.org/seamonkey/source/themes/classic/global/mac/console.css#44 > > If you have problems with the row separators you should contact the author of > the theme that you are having a problem with. > Show mean GTK+ or Firefox theme? I'm using Darkilouche (http://art.gnome.org/themes/gtk2/1285) theme, but no Firefox theme.
In the links provided the Firefox console row has a CSS style of: border-bottom: 2px solid -moz-FieldText; where "-moz-FieldText" means whatever the OS theme thinks this colour should be, in your case whatever Darkilouche thinks this colour should be is returned to Firefox which then uses it for the row separator.
Ah, OK; resolving this as INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Status: RESOLVED → VERIFIED
Product: Firefox → Toolkit
Product: Toolkit → Toolkit Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: