]> git.sur5r.net Git - fstl/blobdiff - qt/style.qss
Big reorganization
[fstl] / qt / style.qss
diff --git a/qt/style.qss b/qt/style.qss
new file mode 100644 (file)
index 0000000..36eeee4
--- /dev/null
@@ -0,0 +1,19 @@
+QWidget {
+    background-color: #fdf6e3;
+    color: #839496;
+}
+
+QPushButton {
+    background-color: #eee8d5;
+    border-top-width: 5px;
+    border-bottom-width: 5px;
+    border-left-width: 30px;
+    border-right-width: 30px;
+    border-style: flat;
+    margin: 0px;
+    color: #839496;
+}
+
+QPushButton:pressed {
+    background-color: #ddd7d4;
+}