Closed
Bug 629629
Opened 15 years ago
Closed 2 years ago
Update Print preview toolbar style for aero glass theme
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: valeriopetroni, Unassigned)
References
Details
Attachments
(1 file)
|
28.06 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110127 Firefox/4.0b11pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0b11pre) Gecko/20110127 Firefox/4.0b11pre
the print toolbar need a translucent border as the content area
Reproducible: Always
giving to the print toolbar the same appearance of the other toolbars it's possible to create around it the same translucent border. I made this with:
#print-preview-toolbar:not(:-moz-lwtheme) {
-moz-appearance: none !important;
border-top: 1px solid rgba(10%,10%,10%,.4) !important;
border-bottom: 1px solid rgba(10%,10%,10%,.4) !important;
background: hsl(214,44%,87%) padding-box !important;
background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0)) !important;
}
#main-window[sizemode="normal"] #print-preview-toolbar:not(:-moz-lwtheme) {
border: 1px solid rgba(10%,10%,10%,.4) !important;
border-radius: 3.5px 3.5px 0 0 !important;
}
Updated•15 years ago
|
Component: Toolbars → Theme
QA Contact: toolbars → theme
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Print toolbar need a grey border around it on aero glass → Print preview toolbar need a grey border around it on aero glass
Summary: Print preview toolbar need a grey border around it on aero glass → Update Print preview toolbar style for aero glass theme
Comment 2•15 years ago
|
||
Buttons need to be updated as well.
Any activity here? This Fx 3.x design is very outdated. It's the same old design like you'll find in the error console and a rework is overdue.
Updated•3 years ago
|
Severity: normal → S3
Comment 4•2 years ago
|
||
Resolving this bug as WONTFIX because Firefox versions >= 116 do not support Windows 7.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•