Commit a00ac0ca authored by Andrey Cherepanov's avatar Andrey Cherepanov

Set compatible stylesheet for alterator-browser-qt

parent b400861e
/* Customize any plain widget that is a child of a QMainWindow. */
/* Main area */
.AWizardFace {
border-style: none;
background-image: url(:/design/bg.png);
......@@ -8,7 +10,7 @@
.ACenterFace {
border-style: none;
}
}
.ACenterFace #modules_view {
background-color: white;
......@@ -20,10 +22,59 @@ QLineEdit[echoMode="2"] {
}
/* White color for labels: 100% for title text and 80% for other labels */
QLabel {
AWizardFace QLabel {
color: rgba(255, 255, 255, 80%);
}
QCheckBox, QRadioButton {
color: black;
}
AWizardFace QCheckBox:checked, AWizardFace QCheckBox:unchecked, AWizardFace QCheckBox:indeterminate {
color: rgba(255, 255, 255, 80%);
}
AWizardFace QRadioButton:checked, AWizardFace QRadioButton:unchecked, AWizardFace QRadioButton:indeterminate {
color: rgba(255, 255, 255, 80%);
}
/* Sections */
AGroupBox {
border: 1px solid rgba(255, 255, 255, 0%);
}
AWizardFace AGroupBox::title {
color: #F8E97C;
font: bold;
}
QCheckBox:hover, QRadioButton:hover {
background: none;
}
/* Fix side effect on transparent background */
QCheckBox:indicator:hover, QRadioButton:indicator:hover {
margin-left: 1px;
}
/* Step title */
QLabel#wizardface_title_text {
color: white;
}
/* Popup dialogs and message boxes with warnings and errors */
MessageBox {
background-color: rgba(235, 235, 235, 100%);
border: 5px solid #d7d7d7;
}
AGridBox {
background-color: transparent;
border: 0px;
}
/* Installation steps list
AWizardFaceStepList {
background-color: rgba(235, 235, 235, 10%);
}
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment