mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 17:04:54 +01:00
hide background and borders of multiview
This commit is contained in:
parent
58de88b695
commit
4e5817759d
1 changed files with 5 additions and 0 deletions
|
|
@ -641,6 +641,11 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
border-color: #4E76BB;
|
||||
}
|
||||
|
||||
#MultipleItemView {
|
||||
background: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#MultipleItemView:item {
|
||||
background: {color:bg-view-selection};
|
||||
border-radius: 0.4em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue