mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
22 lines
475 B
CSS
22 lines
475 B
CSS
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
/*
|
|
* Autorepeatbutton
|
|
*/
|
|
.autorepeatbutton-up {
|
|
list-style-image: url("chrome://global/skin/scrollbox/autorepeat-arrow-up.gif");
|
|
padding-bottom: 6px;
|
|
}
|
|
|
|
.autorepeatbutton-down {
|
|
list-style-image: url("chrome://global/skin/scrollbox/autorepeat-arrow-dn.gif");
|
|
padding-top: 6px;
|
|
}
|
|
|
|
autorepeatbutton {
|
|
-moz-box-align: center;
|
|
-moz-box-pack: center;
|
|
padding: 1px;
|
|
margin: 1px;
|
|
}
|