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;