recolor dropdown in midnight theme

This commit is contained in:
garak 2019-08-21 20:52:54 -04:00 committed by huderlem
parent 8d4ea0721c
commit 8db6f73c0d

View file

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