mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added style for completer view
This commit is contained in:
parent
1ea180ba8d
commit
1454efab3a
1 changed files with 21 additions and 0 deletions
|
|
@ -536,6 +536,27 @@ QAbstractItemView::branch:!has-children:!has-siblings:adjoins-item {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
CompleterView {
|
||||
border: 1px solid #555555;
|
||||
background: {color:bg-inputs};
|
||||
}
|
||||
|
||||
CompleterView::item:selected {
|
||||
background: {color:bg-view-hover};
|
||||
}
|
||||
|
||||
CompleterView::item:selected:hover {
|
||||
background: {color:bg-view-hover};
|
||||
}
|
||||
|
||||
CompleterView::right-arrow {
|
||||
min-width: 10px;
|
||||
}
|
||||
CompleterView::separator {
|
||||
background: {color:bg-menu-separator};
|
||||
height: 2px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* Progress bar */
|
||||
QProgressBar {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue