RetroZilla/themes/classic/global/mac/scrollbox.css

22 lines
475 B
CSS
Raw Normal View History

2015-10-21 05:03:22 +02:00
@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;
}