mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
use view bg color for branch background
This commit is contained in:
parent
3bcabe6e59
commit
3c2b30e96e
1 changed files with 6 additions and 0 deletions
|
|
@ -78,10 +78,12 @@ QToolButton {
|
|||
border-radius: 0.2em;
|
||||
background: {color:bg-buttons};
|
||||
}
|
||||
|
||||
QToolButton:hover {
|
||||
background: #333840;
|
||||
border-color: {color:border-hover};
|
||||
}
|
||||
|
||||
QToolButton:disabled {
|
||||
background: {color:bg-buttons-disabled};
|
||||
}
|
||||
|
|
@ -345,22 +347,26 @@ QAbstractItemView::branch:open:has-children:!has-siblings,
|
|||
QAbstractItemView::branch:open:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(:/openpype/images/branch_open.png);
|
||||
background: {color:bg-view};
|
||||
}
|
||||
QAbstractItemView::branch:open:has-children:!has-siblings:hover,
|
||||
QAbstractItemView::branch:open:has-children:has-siblings:hover {
|
||||
border-image: none;
|
||||
image: url(:/openpype/images//branch_open_on.png);
|
||||
background: {color:bg-view};
|
||||
}
|
||||
|
||||
QAbstractItemView::branch:has-children:!has-siblings:closed,
|
||||
QAbstractItemView::branch:closed:has-children:has-siblings {
|
||||
border-image: none;
|
||||
image: url(:/openpype/images//branch_closed.png);
|
||||
background: {color:bg-view};
|
||||
}
|
||||
QAbstractItemView::branch:has-children:!has-siblings:closed:hover,
|
||||
QAbstractItemView::branch:closed:has-children:has-siblings:hover {
|
||||
border-image: none;
|
||||
image: url(:/openpype/images//branch_closed_on.png);
|
||||
background: {color:bg-view};
|
||||
}
|
||||
|
||||
/* Progress bar */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue