mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-14 03:30:17 +01:00
13 lines
212 B
CSS
13 lines
212 B
CSS
|
installitem {
|
||
|
-moz-binding: url("chrome://mozapps/content/xpinstall/xpinstallItem.xml#installitem");
|
||
|
display: -moz-box;
|
||
|
}
|
||
|
|
||
|
.listbox {
|
||
|
-moz-appearance: listbox;
|
||
|
}
|
||
|
|
||
|
#itemList {
|
||
|
margin: 10px 4px 10px 4px;
|
||
|
}
|