recolor dropdown in midnight theme
This commit is contained in:
parent
8d4ea0721c
commit
8db6f73c0d
1 changed files with 1 additions and 28 deletions
|
@ -79,7 +79,7 @@ QComboBox {
|
||||||
|
|
||||||
QComboBox QAbstractItemView {
|
QComboBox QAbstractItemView {
|
||||||
background: #31332b;
|
background: #31332b;
|
||||||
color: #75715E;
|
color: #BAB8AE;
|
||||||
selection-background-color: #49483E;
|
selection-background-color: #49483E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -111,33 +111,6 @@ QLineEdit {
|
||||||
color: #F8F8F2;
|
color: #F8F8F2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Checkboxes */
|
|
||||||
/*
|
|
||||||
QCheckBox, QRadioButton {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton::indicator::unchecked, QCheckBox::indicator::unchecked {
|
|
||||||
border: 1px solid #49483E;
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton::indicator:unchecked:hover, QCheckBox::indicator:unchecked:hover {
|
|
||||||
border: 1px solid #F8F8F2;
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton::indicator::checked, QCheckBox::indicator::checked {
|
|
||||||
border: 1px solid #49483E;
|
|
||||||
background: #49483E;
|
|
||||||
}
|
|
||||||
|
|
||||||
QRadioButton::indicator:checked:hover, QCheckBox::indicator:checked:hover {
|
|
||||||
border: 1px solid #F8F8F2;
|
|
||||||
background: #F8F8F2;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
/* *********** */
|
|
||||||
|
|
||||||
QCheckBox {
|
QCheckBox {
|
||||||
background-color: #31332b;
|
background-color: #31332b;
|
||||||
color: #F8F8F2;
|
color: #F8F8F2;
|
||||||
|
|
Loading…
Reference in a new issue