Ref T189, use em instead of ex (seems to solve margin overflow)

Also indicate disabled CDBusServerAddressSelector
This commit is contained in:
Klaus Basan
2017-11-22 02:26:05 +01:00
parent 5e3fdf499f
commit c22a4a8430

View File

@@ -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);