From bda28f81cc3f708cda12a7c0f46411d0ab50f174 Mon Sep 17 00:00:00 2001 From: Donnie Date: Sun, 28 Jun 2020 22:45:30 -0400 Subject: [PATCH] Added disable button style --- resources/stylesheets/style-dcs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/stylesheets/style-dcs.css b/resources/stylesheets/style-dcs.css index 9bdc10b9..3beeecf8 100644 --- a/resources/stylesheets/style-dcs.css +++ b/resources/stylesheets/style-dcs.css @@ -130,6 +130,11 @@ QPushButton[style="btn-danger"]:hover{ background-color:#D84545; } +QPushButton:disabled{ + + background:#d6d6d6; +} + /*QLabel*/ QLabel{ border: none;