Closed
Bug 633731
Opened 14 years ago
Closed 14 years ago
Border absent between content area and tab bar when Add-ons Manager is open (with aero glass, tabs on bottom, bookmarks toolbar enabled)
Categories
(Firefox :: Theme, defect)
Tracking
()
VERIFIED
FIXED
Firefox 4.0b12
People
(Reporter: valeriopetroni, Unassigned)
References
Details
(Keywords: regression, Whiteboard: fixed by bug 633524)
Attachments
(1 file)
39.37 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
When the Bookmarks toolbar is activated, if I open the Add-ons Manager the border between the content area and the toolbars disappears
Reproducible: Always
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•14 years ago
|
Severity: normal → trivial
Summary: (Tabs On Bottom) Border absent between content area and toolbar when Add-ons Manager is open → Border absent between content area and tab bar when Add-ons Manager is open (with tabs on bottom, bookmarks toolbar enabled)
Updated•14 years ago
|
Summary: Border absent between content area and tab bar when Add-ons Manager is open (with tabs on bottom, bookmarks toolbar enabled) → Border absent between content area and tab bar when Add-ons Manager is open (with aero glass, tabs on bottom, bookmarks toolbar enabled)
This works:
@media (-moz-windows-compositor) {
#navigator-toolbox[tabsontop="false"] > #TabsToolbar {
background-image: -moz-linear-gradient(bottom, rgba(10%,10%,10%,.4) 1px, transparent 0%) !important;
}
#main-window[tabsontop="false"] #navigator-toolbox::after {
background: none !important;
}
}
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Depends on: 633524
Resolution: --- → FIXED
Whiteboard: fixed by bug 633524
Target Milestone: --- → Firefox 4.0b12
Comment 4•14 years ago
|
||
Works For Me on:
Mozilla/5.0 (Windows NT 6.1; rv:2.0b12pre) Gecko/20110220 Firefox/4.0b12pre
Comment 5•14 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; rv:2.0b12pre) Gecko/20110221 Firefox/4.0b12pre
Verified issue and it's no longer present.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•