]> git.sur5r.net Git - fstl/blobdiff - qt/style.qss
New upstream version 0.9.3
[fstl] / qt / style.qss
index 02971482c0585beccbf00c2187f3675e1ce3585f..3f0ca9b0dccb9c8fa23ddd32619c15e9107fea55 100644 (file)
@@ -1,19 +1,4 @@
 QWidget {
-    background-color: #fdf6e3;
+    background-color: null;
     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: #ddd7c4;
-}