From b20334de1d63fb7c1d82dcdeb8b5a7600197a72a Mon Sep 17 00:00:00 2001 From: Leonardo Murillo Date: Tue, 14 Jan 2014 22:13:49 -0600 Subject: [PATCH] Dont need qss --- interface/resources/styles/update_dialog.qss | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 interface/resources/styles/update_dialog.qss diff --git a/interface/resources/styles/update_dialog.qss b/interface/resources/styles/update_dialog.qss deleted file mode 100644 index 005ab72b47..0000000000 --- a/interface/resources/styles/update_dialog.qss +++ /dev/null @@ -1,12 +0,0 @@ -QPushButton { - background-color: #333333; - border-width: 0; - border-radius: 9px; - border-radius: 9px; - font-family: Arial; - font-size: 18px; - font-weight: 100; - color: #b7b7b7; - width: 120px; - height: 40px; -} \ No newline at end of file