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)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: adelfino, Unassigned)
Details
Attachments
(1 file)
104.57 KB,
image/png
|
Details |
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
Reporter | ||
Updated•17 years ago
|
Version: unspecified → Trunk
Reporter | ||
Comment 1•17 years ago
|
||
Screenshot.
![]() |
||
Comment 2•17 years ago
|
||
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.
Reporter | ||
Comment 3•17 years ago
|
||
(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.
![]() |
||
Comment 4•17 years ago
|
||
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.
Reporter | ||
Comment 5•17 years ago
|
||
Ah, OK; resolving this as INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Reporter | ||
Updated•17 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Assignee | ||
Updated•9 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•