mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed styles of help button
This commit is contained in:
parent
18c2984884
commit
5bf88fef0c
1 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue