mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +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);
|
||||
}
|
||||
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user