mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 08:55:43 +08:00
Ref T203, style sheet for download dialog/component
This commit is contained in:
@@ -167,6 +167,12 @@ BlackGui--Components--CDBusServerAddressSelector::disabled {
|
|||||||
background: rgba(4, 105, 105, 105);
|
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 */
|
/* default for buttons */
|
||||||
QToolButton {
|
QToolButton {
|
||||||
background-color: transparent; /* transparent tool buttons */
|
background-color: transparent; /* transparent tool buttons */
|
||||||
@@ -268,13 +274,8 @@ QSplitter::handle:pressed {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
QSplitter::handle:horizontal {
|
QSplitter::handle:horizontal { width: 1px; }
|
||||||
width: 1px;
|
QSplitter::handle:vertical { height: 1px; }
|
||||||
}
|
|
||||||
|
|
||||||
QSplitter::handle:vertical {
|
|
||||||
height: 1px;
|
|
||||||
}
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
QLabel {
|
QLabel {
|
||||||
|
|||||||
Reference in New Issue
Block a user