Skip to content

Commit b8facf3

Browse files
Merge pull request #916 from BlockSettle/style_fixes
Fix MD button disabled state
2 parents eff2d24 + b7e1ad8 commit b8facf3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

BlockSettleUILib/Stylesheet/stylesheet.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -816,6 +816,9 @@ QPushButton#pushButtonMDConnection {
816816
border-color: transparent; }
817817
QPushButton#pushButtonMDConnection:hover {
818818
text-decoration: underline; }
819+
QPushButton#pushButtonMDConnection:disabled {
820+
background-color: rgba(255, 255, 255, 0.1);
821+
color: rgba(255, 255, 255, 0.5); }
819822

820823
QPushButton:hover, QToolButton:hover, [buttonImportant="true"]:hover, [buttonSuccess="true"]:hover, [buttonWarning="true"]:hover {
821824
border: 1px solid #5097bd;

0 commit comments

Comments
 (0)