Ref T203, style sheet for download dialog/component

This commit is contained in:
Klaus Basan
2017-12-18 03:11:33 +01:00
parent a220c15042
commit 5bb0025d4a

View File

@@ -167,6 +167,12 @@ BlackGui--Components--CDBusServerAddressSelector::disabled {
background: rgba(4, 105, 105, 105);
}
BlackGui--Components--CDownloadComponent,
BlackGui--Components--CDownloadDialog {
background: black; /* background is background color here */
background-image: url(:/textures/icons/textures/texture-inner.jpg);
}
/* default for buttons */
QToolButton {
background-color: transparent; /* transparent tool buttons */
@@ -268,13 +274,8 @@ QSplitter::handle:pressed {
}
/*
QSplitter::handle:horizontal {
width: 1px;
}
QSplitter::handle:vertical {
height: 1px;
}
QSplitter::handle:horizontal { width: 1px; }
QSplitter::handle:vertical { height: 1px; }
*/
QLabel {