mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 22:32:51 +00:00
Bug 631192. Overlay with status messages is misaligned with aero glass in non-maximized windows. r+a=gavin
This commit is contained in:
parent
fe5f4d4bdd
commit
47f111cfba
@ -234,6 +234,12 @@
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#main-window[sizemode=normal]:not([inFullscreen=true]) .statuspanel-inner {
|
||||
/* align with the browser's side borders */
|
||||
padding-left: 1px;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
#allTabs-panel,
|
||||
#ctrlTab-panel {
|
||||
background: transparent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user