From dce2ba907a12e1b2a0aaeba19cb3005e3c744567 Mon Sep 17 00:00:00 2001 From: Daniel Pizetta Date: Sat, 3 Nov 2018 16:21:36 -0300 Subject: [PATCH] Enhance command link button --- qdarkstyle/style.qss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ----------------------------------------------------- */ /* ------------------------------------------------------------------------ */