diff --git a/qdarkstyle/style.qss b/qdarkstyle/style.qss index 768df89eb..c16d2e547 100644 --- a/qdarkstyle/style.qss +++ b/qdarkstyle/style.qss @@ -1009,13 +1009,17 @@ QToolButton::menu-arrow:open { /* QCommandLinkButton ----------------------------------------------------- */ QCommandLinkButton { - background-color: #31363B; + background-color: #232629; border: 1px solid #31363B; border-radius: 4px; padding: 0px; margin:0px; } +QCommandLinkButton:disabled { + background-color: #232629; +} + /* ------------------------------------------------------------------------ */ /* INPUTS - NO FIELDS ----------------------------------------------------- */ /* ------------------------------------------------------------------------ */