/* ################################################################ # WIDGETS ################################################################ */ QWidget { background-color: "#cccccc"; border: 2px solid "#333333"; border-radius: 8px; color: "#000000"; font: bold 16px "Courier New"; } /* ################################################################ # ITEMS ################################################################ */ QComboBox { background-color: "#eeeeee"; border: none; } QComboBox:hover { background-color: "#fff1c1"; } QLabel { border: none; } QLineEdit { background-color: "#eeeeee"; border: none; } QPushButton { background-color: "#eeeeee"; border: none; } QPushButton:hover { background-color: "#fff1c1"; } QPushButton:pressed { background-color: "#cfffc1"; } QPushButton:disabled { color: "#777777"; } QTextEdit { background-color: "#eeeeee"; border: none; } QTextEdit:hover { }