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;