From 87b19e06070a47ddc1e59250dc7b8323ba8b251b Mon Sep 17 00:00:00 2001 From: Matt Keeter Date: Sat, 8 Mar 2014 15:16:24 -0800 Subject: [PATCH] Clean up stylesheet --- src/style.qss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/style.qss b/src/style.qss index a4dde3a..36eeee4 100644 --- a/src/style.qss +++ b/src/style.qss @@ -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; } -- 2.39.5