mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
modified header borders
This commit is contained in:
parent
148412f048
commit
ff20f72aac
1 changed files with 8 additions and 2 deletions
|
|
@ -278,13 +278,19 @@ QHeaderView {
|
|||
QHeaderView::section {
|
||||
background: {color:bg-inputs};
|
||||
padding: 4px;
|
||||
border: none;
|
||||
border-left: 1px solid {color:bg-view};
|
||||
border-right: 1px solid {color:bg-view};
|
||||
border-radius: 0px;
|
||||
text-align: center;
|
||||
color: {color:font};
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QHeaderView::section:first {
|
||||
border-left: none;
|
||||
}
|
||||
QHeaderView::section:last {
|
||||
border-right: none;
|
||||
}
|
||||
/* Views QListView QTreeView QTableView */
|
||||
QAbstractItemView {
|
||||
border: 1px solid {color:border};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue