mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
27 lines
449 B
CSS
27 lines
449 B
CSS
%include downloads.css
|
|
|
|
@media all and (-moz-windows-compositor) {
|
|
#downloadManager {
|
|
-moz-appearance: -moz-win-glass;
|
|
background: transparent;
|
|
}
|
|
|
|
#downloadView {
|
|
border: none;
|
|
}
|
|
|
|
windowdragbox {
|
|
-moz-binding: url("chrome://global/content/bindings/general.xml#windowdragbox");
|
|
}
|
|
|
|
#clearListButton {
|
|
-moz-margin-start: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#searchbox {
|
|
-moz-margin-end: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|