mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
toolbuton is transparent and without borders
This commit is contained in:
parent
b2ba57d920
commit
b5f50c5fe1
1 changed files with 3 additions and 2 deletions
|
|
@ -74,9 +74,10 @@ QPushButton:disabled {
|
|||
}
|
||||
|
||||
QToolButton {
|
||||
border: 1px solid #aaaaaa;
|
||||
border: none;
|
||||
background: transparent;
|
||||
border-radius: 0.2em;
|
||||
background: {color:bg-buttons};
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue