mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 13:24:12 +00:00
New styles for throbber
This commit is contained in:
parent
07880ee6a5
commit
3e8d477e25
@ -56,14 +56,14 @@ window {
|
||||
display: block;
|
||||
}
|
||||
|
||||
button.throbber {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-color:red;
|
||||
background-image:url("resource:/res/throbber/anims00.gif");
|
||||
titledbutton#Throbber
|
||||
{
|
||||
list-style-image:url("resource:/res/throbber/anims00.gif");
|
||||
}
|
||||
throbber[busy] {
|
||||
background-image:url("resource:/res/throbber/anims07.gif");
|
||||
|
||||
|
||||
titledbutton#Throbber[busy="true"] {
|
||||
list-style-image:url("resource:/res/throbber/throbbingN.gif");
|
||||
}
|
||||
|
||||
titledbutton:button-focus {
|
||||
|
Loading…
Reference in New Issue
Block a user