Files
bearhub/bauh/view/qt/css.py
2019-09-16 19:09:05 -03:00

5 lines
164 B
Python

OK_BUTTON = """QPushButton { background: green; color: white; font-weight: bold}
QPushButton:disabled { background-color: gray; }
"""