X-Git-Url: https://git.sur5r.net/?p=fstl;a=blobdiff_plain;f=qt%2Fstyle.qss;h=3f0ca9b0dccb9c8fa23ddd32619c15e9107fea55;hp=02971482c0585beccbf00c2187f3675e1ce3585f;hb=5dd213695da2eb22219ac5143aa8b5cfe7c89559;hpb=967d178c4343c689c728571bb10d5c94ab8d9d13 diff --git a/qt/style.qss b/qt/style.qss index 0297148..3f0ca9b 100644 --- a/qt/style.qss +++ b/qt/style.qss @@ -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; -}