changed styles of help button

This commit is contained in:
Jakub Trllo 2022-10-04 15:04:56 +02:00
parent 18c2984884
commit 5bf88fef0c

View file

@ -892,18 +892,16 @@ PublisherTabBtn[active="1"]:hover {
} }
#CreateDialogHelpButton { #CreateDialogHelpButton {
background: rgba(255, 255, 255, 31); background: {color:bg-buttons};
border-top-left-radius: 0.2em; border-top-left-radius: 0.2em;
border-bottom-left-radius: 0.2em; border-bottom-left-radius: 0.2em;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
font-size: 10pt;
font-weight: bold; font-weight: bold;
padding: 0px;
} }
#CreateDialogHelpButton:hover { #CreateDialogHelpButton:hover {
background: rgba(255, 255, 255, 63); background: {color:bg-button-hover};
} }
#CreateDialogHelpButton QWidget { #CreateDialogHelpButton QWidget {
background: transparent; background: transparent;