QFrame { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); } QComboBox { color: black; background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); } QLineEdit { color: black; background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #aaa, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #fff); } QPushButton { border: 5px solid darkgrey; background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); color: white; } QPushButton#contactsButton:checked { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } QPushButton#settingsButton:checked { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } QPushButton#statusAreaButton:checked { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } QLabel#statusAreaLabel[checked="true"] { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #fff, stop: 0.55 #bbb, stop: 0.56 #bbb, stop: 1 #aaa); color: white; } TecMainToolbar > QLabel { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); color: white; } QMenu::item { background-color: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); color: white; } QListView::item:selected:active { background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #0b0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); } QListView::item:selected:!active { background: qlineargradient(x1: 0, y1: 1, x2: 0, y2: 0, stop: 0 #0a0, stop: 0.55 #0b0, stop: 0.56 #0b0, stop: 1 #0f0); } QMessageBox { background: white; } QMessageBox > QLabel { background: none; } TocContactListWidget { qproperty-logoColor: "green"; }