2001-11-07 03:25:21 +03:00
|
|
|
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
|
|
|
|
2001-05-12 08:51:28 +04:00
|
|
|
/*
|
|
|
|
* Autorepeatbutton
|
|
|
|
*/
|
|
|
|
.autorepeatbutton-up
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image : url("chrome://global/skin/arrow/arrow-up.gif")
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.autorepeatbutton-down
|
|
|
|
{
|
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 15:04:11 +03:00
|
|
|
list-style-image : url("chrome://global/skin/arrow/arrow-dn.gif")
|
2001-05-12 08:51:28 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
autorepeatbutton
|
|
|
|
{
|
2001-08-04 10:21:59 +04:00
|
|
|
-moz-box-align : center;
|
|
|
|
-moz-box-pack : center;
|
2001-05-12 08:51:28 +04:00
|
|
|
margin : 1px 2px 2px 1px;
|
|
|
|
border : 1px solid transparent;
|
|
|
|
padding : 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
autorepeatbutton:hover
|
|
|
|
{
|
|
|
|
margin : 1px;
|
|
|
|
border : 1px inset ThreeDFace;
|
|
|
|
padding : 2px 1px 1px 2px;
|
|
|
|
}
|