Closed
Bug 201380
Opened 23 years ago
Closed 21 years ago
In Classic theme, separator label names are too light in color
Categories
(SeaMonkey :: Themes, defect)
SeaMonkey
Themes
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: chrispetersen, Unassigned)
Details
Build: Macho 2003-04-08-09 trunk
Platform: Mac OS X
Expected Results: Separator label names should be more readable
What I got: The label text color is too light and hard to read on the white
background
Steps to reproduce:
1) In classic theme, open manage bookmarks from bookmarks menu
2) Create a separator with a label name
3) Notice the text color is too light
| Reporter | ||
Comment 1•23 years ago
|
||
Assigning..
Assignee: ben → varga
Summary: In Classic theme, separator label name are too light in color → In Classic theme, separator label names are too light in color
Updated•21 years ago
|
Product: Browser → Seamonkey
Comment 2•21 years ago
|
||
Hmm, is this mac-only?
Component: Bookmarks → Themes
Product: Mozilla Application Suite → Core
Updated•21 years ago
|
Assignee: jan → themes
QA Contact: chrispetersen
Comment 3•21 years ago
|
||
(In reply to comment #2)
> Hmm, is this mac-only?
No, I see this on Win2k also (gee, I didn't even know I could put text on these
separators!). But this behaviour is by design, since you can't display these
pseudo bookmarks in the browser anyway.
See bookmarks.css:
treechildren::-moz-tree-cell-text(Name, separator) {
color: ThreeDShadow;
margin: 0px 5px 0px 5px;
}
Status: NEW → RESOLVED
Closed: 21 years ago
OS: MacOS X → All
Hardware: Macintosh → All
Resolution: --- → INVALID
Comment 4•21 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
> > Hmm, is this mac-only?
>
> No, I see this on Win2k also (gee, I didn't even know I could put text on these
> separators!). But this behaviour is by design, since you can't display these
> pseudo bookmarks in the browser anyway.
>
> See bookmarks.css:
>
> treechildren::-moz-tree-cell-text(Name, separator) {
> color: ThreeDShadow;
> margin: 0px 5px 0px 5px;
> }
So, in other words, you shouldn't be able to add a name to a separator?
Comment 5•21 years ago
|
||
> So, in other words, you shouldn't be able to add a name to a separator?
No, you should be able to do that.
But the resulting treeitem, although containing text then, is not a "real"
bookmark, it's still just a separator.
And this difference is made visible by separator text having a different color.
Updated•18 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•