зеркало из https://github.com/mozilla/gecko-dev.git
add some styles for collapsing toolbars and the throbber.
This commit is contained in:
Родитель
bdf4440fa9
Коммит
9d18bb2983
|
@ -1,12 +1,19 @@
|
|||
toolbar {
|
||||
background-color: rgb(192,192,192);
|
||||
border-bottom: solid darkGray 1px;
|
||||
border-top: solid white 1px;
|
||||
border-left: solid white 1px;
|
||||
border-right: solid darkGray 1px;
|
||||
background-image:url(file:///Incoming/bk.gif);
|
||||
font: 10pt sans-serif;
|
||||
background-color: green;
|
||||
border-bottom: solid darkGray 1px;
|
||||
border-top: solid white 1px;
|
||||
border-left: solid white 1px;
|
||||
border-right: solid darkGray 1px;
|
||||
background-image:url(file:///Incoming/bk.gif);
|
||||
font: 10pt sans-serif;
|
||||
}
|
||||
toolbar[collapsed] {
|
||||
display:none;
|
||||
}
|
||||
toolbar[hidden] {
|
||||
display:none;
|
||||
}
|
||||
|
||||
toolbox {
|
||||
background-color:darkgray;
|
||||
}
|
||||
|
@ -28,15 +35,17 @@ toolbox {
|
|||
border-right: solid darkGray 1px;
|
||||
}
|
||||
|
||||
window-test {
|
||||
border-bottom: dashed blue 1px;
|
||||
border-top: dashed blue 1px;
|
||||
border-left: dashed blue 1px;
|
||||
border-right: dashed blue 1px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color:rgb(192,192,192);
|
||||
display: block;
|
||||
}
|
||||
|
||||
button.throbber {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background-color:red;
|
||||
background-image:url("resource:/res/throbber/anims00.gif");
|
||||
}
|
||||
throbber [busy] {
|
||||
background-image:url("resource:/res/throbber/anims07.gif");
|
||||
}
|
Загрузка…
Ссылка в новой задаче