summaryrefslogtreecommitdiff
path: root/gui/resources/styles.qss
diff options
context:
space:
mode:
Diffstat (limited to 'gui/resources/styles.qss')
-rw-r--r--gui/resources/styles.qss22
1 files changed, 22 insertions, 0 deletions
diff --git a/gui/resources/styles.qss b/gui/resources/styles.qss
index 9562b69..dbaa623 100644
--- a/gui/resources/styles.qss
+++ b/gui/resources/styles.qss
@@ -6,6 +6,28 @@
border: 0px solid "#000200";
}
+QStatusBar {
+ font-size: 12pt;
+ color: "#000200";
+ background-color: "#00cc00";
+}
+
+QLabel#msg_label {
+ font-size: 12pt;
+ color: "#000200";
+ background-color: "#00cc00";
+}
+
+QLabel#info_label {
+ font-size: 12pt;
+ color: "#000200";
+ background-color: "#00cc00";
+}
+
+QLabel#avatar_label {
+ background-color: "#00cc00";
+}
+
/* main window */
QWidget {
}