mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
Ref T189, use em instead of ex (seems to solve margin overflow)
Also indicate disabled CDBusServerAddressSelector
This commit is contained in:
@@ -163,6 +163,10 @@ BlackGui--CPluginConfigWindow {
|
|||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BlackGui--Components--CDBusServerAddressSelector::disabled {
|
||||||
|
background: rgba(4, 105, 105, 105);
|
||||||
|
}
|
||||||
|
|
||||||
/* default for buttons */
|
/* default for buttons */
|
||||||
QToolButton {
|
QToolButton {
|
||||||
background-color: transparent; /* transparent tool buttons */
|
background-color: transparent; /* transparent tool buttons */
|
||||||
@@ -306,8 +310,8 @@ QPlainTextEdit {
|
|||||||
|
|
||||||
QGroupBox {
|
QGroupBox {
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
margin-top: 2.0ex; /* the x-height of the relevant font, leave space at the top for the title */
|
margin-top: 1.0em; /* leave space at the top for the title */
|
||||||
padding-top: 1.0ex;
|
padding-top: 0.25em;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background: black; /* background is background color here */
|
background: black; /* background is background color here */
|
||||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||||
|
|||||||
Reference in New Issue
Block a user