Bug 683150 - Style remotetabs messages on gingerbread and honeycomb. r=mbrubeck

This commit is contained in:
Wes Johnston 2011-09-23 10:10:15 -07:00
parent 8347ad6a37
commit 8585a07bb0
2 changed files with 44 additions and 24 deletions

View File

@ -392,24 +392,34 @@ toolbarbutton.choice-remotetabs {
}
/* awesomescreen panels ---------------------------------------------------- */
historylist > hbox.history-throbber-box,
remotetabslist > hbox.remotetabs-throbber-box {
display: none;
}
.history-throbber-box > image,
.remotetabs-throbber-box > image {
.history-throbber-box,
.remotetabs-throbber-box {
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; /* force */
.remotetabs-message-box {
font-size: @font_small@ !important;
font-weight: normal;
text-align: center;
color: grey;
}
.history-throbber-box,
.remotetabs-throbber-box,
.remotetabs-message-box {
display: none;
}
historylist[loading="true"] > .history-throbber-box,
remotetabslist[loading="true"] > .remotetabs-throbber-box,
remotetabslist[message] > .remotetabs-message-box {
background-color: white;
display: -moz-box;
}
historylist[loading="true"] > richlistbox.history-list-children,
remotetabslist[loading="true"] > richlistbox.remotetabs-list-children {
historylist[loading="true"] > .history-list-children,
remotetabslist[loading="true"] > .remotetabs-list-children,
remotetabslist[message] > .remotetabs-list-children {
visibility: collapse;
}

View File

@ -496,24 +496,34 @@ toolbarbutton.choice-remotetabs[checked="true"] {
}
/* awesomescreen panels ---------------------------------------------------- */
historylist > hbox.history-throbber-box,
remotetabslist > hbox.remotetabs-throbber-box {
display: none;
}
.history-throbber-box > image,
.remotetabs-throbber-box > image {
.history-throbber-box,
.remotetabs-throbber-box {
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; /* force */
.remotetabs-message-box {
font-size: @font_small@ !important;
font-weight: normal;
text-align: center;
color: grey;
}
.history-throbber-box,
.remotetabs-throbber-box,
.remotetabs-message-box {
display: none;
}
historylist[loading="true"] > .history-throbber-box,
remotetabslist[loading="true"] > .remotetabs-throbber-box,
remotetabslist[message] > .remotetabs-message-box {
background-color: white;
display: -moz-box;
}
historylist[loading="true"] > richlistbox.history-list-children,
remotetabslist[loading="true"] > richlistbox.remotetabs-list-children {
historylist[loading="true"] > .history-list-children,
remotetabslist[loading="true"] > .remotetabs-list-children,
remotetabslist[message] > .remotetabs-list-children {
visibility: collapse;
}