mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
56 lines
832 B
CSS
56 lines
832 B
CSS
|
#itemList {
|
||
|
-moz-appearance: listbox;
|
||
|
margin: 10px 4px 10px 4px;
|
||
|
}
|
||
|
|
||
|
#dialogContentBox {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
installitem {
|
||
|
padding: 5px 0px 5px 5px;
|
||
|
border-bottom: 1px dotted #C0C0C0;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
.warning {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.xpinstallItemIcon {
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
max-width: 32px !important;
|
||
|
max-height: 32px !important;
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
|
||
|
.xpinstallItemName {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.xpinstallItemSigned {
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
.xpinstallItemSigned[signed=false] {
|
||
|
color: #ED1C24;
|
||
|
font-style: normal;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.xpinstallItemNameRow {
|
||
|
padding-bottom: 3px;
|
||
|
}
|
||
|
|
||
|
.xpinstallItemURL {
|
||
|
-moz-appearance: none;
|
||
|
border: none;
|
||
|
background-color: Window;
|
||
|
}
|
||
|
|
||
|
.xpinstallItemIcon {
|
||
|
list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
|
||
|
}
|
||
|
|