Closed
Bug 994750
Opened 11 years ago
Closed 11 years ago
[Australis] "Show All History" unreadable on certain dark Linux theme
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 35
People
(Reporter: sanniu, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Australis:P4+] fixed by bug 1081071)
Attachments
(1 file, 2 obsolete files)
|
46.96 KB,
image/png
|
Details |
When using "Mediterranean Darkest" theme on Linux "Show All History" footer of history from australis menu is dark gray on slightly darker gray, so almost unreadable. Similar footers in bookmarks menu are fine.
Updated•11 years ago
|
Blocks: australis-cust
Updated•11 years ago
|
Whiteboard: [Australis:P4+]
Comment 1•11 years ago
|
||
Without ";" this line [1] looks bad in any case. %)
1: http://hg.mozilla.org/mozilla-central/rev/5d90aed97e13#l1.233
Assignee: nobody → seleznev.ru
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #8481887 -
Flags: review?(mdeboer)
Comment 2•11 years ago
|
||
Comment on attachment 8481887 [details] [diff] [review]
Patch
Review of attachment 8481887 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/shared/customizableui/panelUIOverlay.inc.css
@@ -764,5 @@
> margin: 4px -4px -4px;
> background-color: hsla(210,4%,10%,.07);
> border-top: 1px solid hsla(210,4%,10%,.12);
> border-radius: 0;
> - color: hsl(0,0%,25%)
I'm afraid this is not the correct fix! The following would probably be better:
```css
.subviewbutton.panel-subview-footer,
.subviewbutton.panel-subview-footer > .toolbarbutton-text {
color: hsl(0,0%,25%);
}
```
and remove the line you removed already in this patch.
But before you submit a new patch, I'd like to know why the color value above is not inherited by the button label on Linux. Could you investigate that?
BTW, omitting the semicolon on the last statement in a style definition block is legal syntax and often used by CSS minifiers to shave off a few bytes.
Attachment #8481887 -
Flags: review?(mdeboer) → feedback+
Comment 3•11 years ago
|
||
(In reply to Mike de Boer [:mikedeboer] from comment #2)
Excuse me, but I think that you didn't understand the problem. Can you look on
screenshots in attachment? I think history footer should looks like bookmarks
footer. Am I right in this part?
Flags: needinfo?(mdeboer)
Comment 4•11 years ago
|
||
However, I agreed that my v1 patch looks too bad. I made another. %)
Attachment #8481887 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
(In reply to Alexander Seleznev from comment #3)
> Excuse me, but I think that you didn't understand the problem. Can you look
> on
> screenshots in attachment? I think history footer should looks like bookmarks
> footer. Am I right in this part?
Yes, it should.
Flags: needinfo?(mdeboer)
Updated•11 years ago
|
Status: ASSIGNED → NEW
Updated•11 years ago
|
Assignee: seleznev.ru → nobody
Comment 6•11 years ago
|
||
This bug was fixed in bug 1081071. Not sure what to do with this bug.
| Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•11 years ago
|
Attachment #8486415 -
Attachment is obsolete: true
Updated•11 years ago
|
Component: Bookmarks & History → Theme
OS: Linux → All
Hardware: x86_64 → All
Resolution: WORKSFORME → FIXED
Whiteboard: [Australis:P4+] → [Australis:P4+] fixed by bug 1081071
Target Milestone: --- → Firefox 35
Updated•10 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•