mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28 lines
722 B
CSS
28 lines
722 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
#wiz-back-button {
|
|
list-style-image : url("chrome://global/skin/scroll-left.gif");
|
|
}
|
|
#wiz-back-button[disabled] {
|
|
list-style-image : url("chrome://global/skin/scroll-left-disabled.gif");
|
|
}
|
|
#wiz-next-button {
|
|
list-style-image : url("chrome://global/skin/scroll-right.gif");
|
|
}
|
|
#wiz-next-button[disabled] {
|
|
list-style-image : url("chrome://global/skin/scroll-right-disabled.gif");
|
|
}
|
|
|
|
#wizardButtons
|
|
{
|
|
margin-bottom : 0.4em;
|
|
}
|
|
|
|
.box-wizardcontent
|
|
{
|
|
margin-left : 44px;
|
|
margin-right : 44px;
|
|
width : 30em;
|
|
}
|
|
|