mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Bug 659405 - content page bleeds through Desktop Tab view [r=vingtetun]
This commit is contained in:
parent
089fe5f720
commit
3ae08dd751
@ -382,6 +382,28 @@ toolbarbutton.choice-remotetabs {
|
||||
list-style-image: url(chrome://browser/skin/images/remotetabs-48.png);
|
||||
}
|
||||
|
||||
/* awesomescreen panels ---------------------------------------------------- */
|
||||
historylist > hbox.history-throbber-box,
|
||||
remotetabslist > hbox.remotetabs-throbber-box {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.history-throbber-box > image,
|
||||
.remotetabs-throbber-box > image {
|
||||
list-style-image: url("chrome://browser/skin/images/throbber.png");
|
||||
}
|
||||
|
||||
historylist[loading="true"] > hbox.history-throbber-box,
|
||||
remotetabslist[loading="true"] > hbox.remotetabs-throbber-box {
|
||||
background-color: white;
|
||||
display: -moz-box;
|
||||
}
|
||||
|
||||
historylist[loading="true"] > richlistbox.history-list-children,
|
||||
remotetabslist[loading="true"] > richlistbox.remotetabs-list-children {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
/* browsers ---------------------------------------------------------------- */
|
||||
.input-overlay:-moz-focusring {
|
||||
outline: 0 !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user