[prefwindow] reorder button classes (lang panel)

This commit is contained in:
rgoodger%ihug.co.nz 2000-01-08 09:51:29 +00:00
parent 4ce4e191b4
commit 6bc4955b7f

View File

@ -70,4 +70,12 @@ background-color: grey
/* need rule for outset shape */
menu.colorpicker {
border: 1px outset #CCCCCC;
}
/* reorder buttons */
titledbutton.up {
list-style-image: url("chrome://global/skin/scroll-up.gif");
}
titledbutton.down {
list-style-image: url("chrome://global/skin/scroll-down.gif");
}