mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 16:44:16 +02:00
[ui] icons, buttons and colors changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from bauh.view.qt.colors import GREEN
|
||||
|
||||
OK_BUTTON = """QPushButton { background: green; color: white; font-weight: bold}
|
||||
QPushButton:disabled { background-color: gray; }
|
||||
"""
|
||||
OK_BUTTON = """QPushButton { background: %s; color: white; font-weight: bold}
|
||||
QPushButton:disabled { background-color: gray; }""" % GREEN
|
||||
|
||||
GROUP_BOX = """
|
||||
QGroupBox {
|
||||
|
||||
Reference in New Issue
Block a user