mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
disabled view has borders
This commit is contained in:
parent
ae0c6bd5e5
commit
0cf3385134
1 changed files with 4 additions and 3 deletions
|
|
@ -368,8 +368,8 @@ QTabBar::tab:only-one {
|
|||
}
|
||||
|
||||
QHeaderView {
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
border: 0px solid {color:border};
|
||||
border-radius: 0px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
|
@ -454,7 +454,7 @@ QAbstractItemView::indicator:indeterminate:disabled, QCheckBox::indicator:indete
|
|||
/* Views QListView QTreeView QTableView */
|
||||
QAbstractItemView {
|
||||
border: 0px solid {color:border};
|
||||
border-radius: 0.2em;
|
||||
border-radius: 0px;
|
||||
background: {color:bg-view};
|
||||
alternate-background-color: {color:bg-view-alternate};
|
||||
/* Mac shows selection color on branches. */
|
||||
|
|
@ -469,6 +469,7 @@ QAbstractItemView::item {
|
|||
QAbstractItemView:disabled{
|
||||
background: {color:bg-view-disabled};
|
||||
alternate-background-color: {color:bg-view-alternate-disabled};
|
||||
border: 1px solid {color:border};
|
||||
}
|
||||
|
||||
QAbstractItemView::item:hover {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue