diff options
Diffstat (limited to 'client/style.qss')
-rw-r--r-- | client/style.qss | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/client/style.qss b/client/style.qss index 89cfb89..8ab52ce 100644 --- a/client/style.qss +++ b/client/style.qss @@ -22,6 +22,7 @@ QFrame { border-width: 3; } + /* customize label style */ QLabel { border: none; @@ -31,21 +32,21 @@ QLabel { } QLabel#topLabel { - font-family: monospace; - font-weight: bold; - font-style: italic; - font-size: 16px; - color: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 lightblue, stop: 0.5 blue, stop: 1 navy); +font-family: monospace; + font-weight: bold; + font-style: italic; + font-size: 16px; + color: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 lightblue, stop: 0.5 blue, stop: 1 navy); } QLabel#bottomLabel { - font-weight: bold; - color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 yellow, stop: 0.5 green, stop: 1 purple); + font-weight: bold; + color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 yellow, stop: 0.5 green, stop: 1 purple); } /* Customize bottom buttons labels */ QPushButton#bottomBtn QLabel { - font-family: monospace; + font-family: monospace; } |