summaryrefslogtreecommitdiff
path: root/client/style.qss
diff options
context:
space:
mode:
authorAlex Borisov <borisov.alexandr@rambler.ru>2011-11-20 01:14:22 +0200
committerAlex Borisov <borisov.alexandr@rambler.ru>2011-11-20 01:14:22 +0200
commit17bde4246c7e3f25c566f15e1ed218cf646a0f93 (patch)
treee9a879bf36c55b51079be7413dcd78c04e9e837b /client/style.qss
parent3b45f27f389976718efaccdf71878e5455303da2 (diff)
FIX click event handling on bottom buttons
Diffstat (limited to 'client/style.qss')
-rw-r--r--client/style.qss17
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;
}