From 5bf88fef0ca1adf1ce80b036573886f770dec00e Mon Sep 17 00:00:00 2001 From: Jakub Trllo Date: Tue, 4 Oct 2022 15:04:56 +0200 Subject: [PATCH] changed styles of help button --- openpype/style/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/openpype/style/style.css b/openpype/style/style.css index 9dbc6b2adc..af94e205f9 100644 --- a/openpype/style/style.css +++ b/openpype/style/style.css @@ -892,18 +892,16 @@ PublisherTabBtn[active="1"]:hover { } #CreateDialogHelpButton { - background: rgba(255, 255, 255, 31); + background: {color:bg-buttons}; border-top-left-radius: 0.2em; border-bottom-left-radius: 0.2em; border-top-right-radius: 0; border-bottom-right-radius: 0; - font-size: 10pt; font-weight: bold; - padding: 0px; } #CreateDialogHelpButton:hover { - background: rgba(255, 255, 255, 63); + background: {color:bg-button-hover}; } #CreateDialogHelpButton QWidget { background: transparent;