/* green #24e895 grey #404040 white #edf2f4 blue #0077fd red #d63429 */ QMainWindow { background-color: #404040; border-color: #edf2f4; } QPushButton { padding-bottom: 5px; } QPushButton[on=true] { background-color: #d63429; color: #edf2f4; } QPushButton[on=false] { background-color: #24e895; color: #404040; } QPushButton::hover { border: 1px solid #edf2f4; } QComboBox { color: #edf2f4; background-color: #404040; padding-top: 10px; padding-bottom: 10px; } QComboBox:hover { border: 1px solid #edf2f4; } QComboBox::drop-down { color: #edf2f4; background-color: #999999; margin: 2px; subcontrol-origin: padding; subcontrol-position: top right; width: 15px; } QComboBox::down-arrow { image: url(:/mwicon.png); width: 48px; height: 48px; } QComboBox QAbstractItemView{ background-color: #404040; color: #edf2f4; selection-background-color: #999999; selection-color: #24e895; } QLabel { color: #edf2f4; } QLabel#lbl_timer[on=false] { border: 1px solid #24e895; } QLabel#lbl_timer[on=true] { border: 1px solid #d63429; }