mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
changed style of card widgets
This commit is contained in:
parent
fc47ef8e81
commit
40ab7d7a5c
1 changed files with 4 additions and 1 deletions
|
|
@ -688,8 +688,11 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
background: {color:bg-buttons};
|
||||
border-radius: 0.2em;
|
||||
}
|
||||
#CardViewWidget:hover {
|
||||
background: {color:bg-button-hover};
|
||||
}
|
||||
#CardViewWidget[state="selected"] {
|
||||
background: {color:bg-inputs};
|
||||
background: {color:bg-view-selection};
|
||||
}
|
||||
|
||||
#PublishFrame {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue