Closed Bug 629629 Opened 13 years ago Closed 7 months ago

Update Print preview toolbar style for aero glass theme

Categories

(Firefox :: Theme, defect)

All
Windows 7
defect

Tracking

()

RESOLVED WONTFIX

People

(Reporter: valeriopetroni, Unassigned)

References

Details

Attachments

(1 file)

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
Depends on: 588764
Version: unspecified → Trunk
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;
  }
Component: Toolbars → Theme
QA Contact: toolbars → theme
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
Blocks: 544820
Summary: Print preview toolbar need a grey border around it on aero glass → Update Print preview toolbar style for aero glass theme
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.
Severity: normal → S3

Resolving this bug as WONTFIX because Firefox versions >= 116 do not support Windows 7.

Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: