mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
ContentWidget is transparent by default
This commit is contained in:
parent
5224572d23
commit
53bbafcb24
1 changed files with 3 additions and 0 deletions
|
|
@ -124,6 +124,9 @@ QPushButton[btn-type="expand-toggle"] {
|
|||
}
|
||||
|
||||
#ContentWidget {
|
||||
background-color: transparent;
|
||||
}
|
||||
#ContentWidget[content_state="hightlighted"] {
|
||||
background-color: rgba(19, 26, 32, 20%);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue