]> git.sur5r.net Git - fstl/commitdiff
Clean up stylesheet
authorMatt Keeter <matt.j.keeter@gmail.com>
Sat, 8 Mar 2014 23:16:24 +0000 (15:16 -0800)
committerMatt Keeter <matt.j.keeter@gmail.com>
Sat, 8 Mar 2014 23:16:24 +0000 (15:16 -0800)
src/style.qss

index a4dde3a1623e1b53b64ce011fc31de56f25340f2..36eeee47e630435e8334629b931def1359fc2de3 100644 (file)
@@ -1,19 +1,19 @@
 QWidget {
-    background-color: "#fdf6e3";
-    color: "#839496";
+    background-color: #fdf6e3;
+    color: #839496;
 }
 
 QPushButton {
-    background-color: "#eee8d5";
+    background-color: #eee8d5;
     border-top-width: 5px;
     border-bottom-width: 5px;
-    border-left-width: 20px;
-    border-right-width: 20px;
+    border-left-width: 30px;
+    border-right-width: 30px;
     border-style: flat;
     margin: 0px;
-    color: "#839496";
+    color: #839496;
 }
 
 QPushButton:pressed {
-    background-color: "#ddd7d4";
+    background-color: #ddd7d4;
 }