Bug 429580 - Remove CSS that displays throbbers 50% transparent. ui-r/a1.9=beltzner

This commit is contained in:
dolske@mozilla.com 2008-04-18 00:36:53 -07:00
parent cdf37fc436
commit 5c9e959219
2 changed files with 0 additions and 10 deletions

View File

@ -1165,7 +1165,6 @@ statusbarpanel#statusbar-display {
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.5;
}
#navigator-throbber > hbox {
@ -1181,7 +1180,6 @@ toolbar[iconsize="small"] #navigator-throbber {
toolbar[mode="text"] #navigator-throbber[busy="true"],
toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.5;
}
tabpanels {
@ -1211,7 +1209,6 @@ tabpanels {
.tabbrowser-tab[busy] > .tab-icon-image {
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
opacity: 0.6;
}
.tabs-bottom {
@ -1330,7 +1327,6 @@ tabpanels {
.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.6;
}
.tabs-alltabs-button > .toolbarbutton-icon {
@ -1345,7 +1341,6 @@ tabpanels {
#sidebar-throbber[loading="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.5;
-moz-margin-end: 4px;
}

View File

@ -1289,7 +1289,6 @@ statusbarpanel#statusbar-display {
#navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.5;
}
/* the default settings for the throbber hbox is too tall for vista menus */
@ -1306,7 +1305,6 @@ toolbar[mode="text"] #navigator-throbber {
toolbar[iconsize="small"] #navigator-throbber[busy="true"],
toolbar[mode="text"] #navigator-throbber[busy="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.5;
}
/* Tabstrip */
@ -1361,7 +1359,6 @@ toolbar[mode="text"] #navigator-throbber[busy="true"] {
.tabbrowser-tab[busy] > .tab-icon-image {
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
opacity: 0.6;
}
.tab-icon-image {
@ -1571,7 +1568,6 @@ stack[chromedir="rtl"] > hbox > .tabs-alltabs-box-animate {
.alltabs-item[busy] > .menu-iconic-left > .menu-iconic-icon {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.6;
}
/* Tabstrip close button */
@ -1649,7 +1645,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-text {
#sidebar-throbber[loading="true"] {
list-style-image: url("chrome://global/skin/icons/loading_16.png");
opacity: 0.5;
-moz-margin-end: 4px;
}