Bug 1016434 - Backout of bug 759252 from mozilla-beta for blurry throbbers.
@ -4834,7 +4834,8 @@
|
||||
class="tab-content" align="center">
|
||||
<xul:image xbl:inherits="fadein,pinned,busy,progress,selected"
|
||||
class="tab-throbber"
|
||||
role="presentation"/>
|
||||
role="presentation"
|
||||
layer="true" />
|
||||
<xul:image xbl:inherits="src=image,fadein,pinned,selected"
|
||||
anonid="tab-icon-image"
|
||||
class="tab-icon-image"
|
||||
|
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 857 B After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 812 B After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 795 B After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 39 KiB |
@ -76,30 +76,12 @@
|
||||
list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png");
|
||||
}
|
||||
|
||||
@keyframes throbber-loading {
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes throbber-connecting {
|
||||
from {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.tab-throbber[busy] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/connecting.png");
|
||||
animation-duration: 960ms;
|
||||
animation-iteration-count: infinite;
|
||||
animation-name: throbber-connecting;
|
||||
animation-timing-function: linear;
|
||||
}
|
||||
|
||||
.tab-throbber[progress] {
|
||||
list-style-image: url("chrome://browser/skin/tabbrowser/loading.png");
|
||||
animation-duration: 800ms;
|
||||
animation-name: throbber-loading;
|
||||
}
|
||||
|
||||
.tab-throbber:not([pinned]),
|
||||
|
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 8.3 KiB |
Before Width: | Height: | Size: 570 B After Width: | Height: | Size: 10 KiB |