mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
[prefwindow] reorder button classes (lang panel)
This commit is contained in:
parent
4ce4e191b4
commit
6bc4955b7f
@ -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");
|
||||
}
|
Loading…
Reference in New Issue
Block a user