Open Bug 1274807 Opened 8 years ago Updated 8 years ago

Autohide menubar in modern theme has no borders

Categories

(SeaMonkey :: Themes, defect)

defect
Not set
trivial

Tracking

(Not tracked)

People

(Reporter: rexyrexy2, Unassigned)

Details

(Keywords: modern, Whiteboard: [lang=css])

As it is now, the autohide menubar looks strange in the modern theme. It doesn't have the borders the rest do, so it looks off. This bug is to add borders to the modern theme's autohide menubar so that it fits in with the rest of the bars, looks nicer, and doesn't stand out like a sore thumb.

Some simple CSS that can add said borders, is:
toolbar[type="menubar"][autohide="true"] {
  border-top: 1px solid #EBF4FF;
  border-right: 1px solid #86929E;
  border-bottom: 1px solid #B9BFC7;
  border-left: 1px solid #F4FAFF;
}
Keywords: modern
OS: Unspecified → All
Hardware: Unspecified → All
Whiteboard: [lang=css]
At least I can confirm that the border below the menu bar looks different in a strange way with "Menu Bar Auto Hide Enabled" in  English SeaMonkey 2.45a1  (Windows NT 6.1; WOW64; rv:48.0)  Gecko/20100101 Firefox/48.0 Build 20160308001946  (Modern Theme) on German WIN7 64bit: Auto Hide disabled shows a colored dividing line below Menu Bar, with enabled Auto Hide there only is something like a 3D "difference in elevation". 
Default Classic Theme and EarlyBlue Theme do not show this effect.
Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in before you can comment on or make changes to this bug.