modified header borders

This commit is contained in:
iLLiCiTiT 2021-05-28 13:38:42 +02:00
parent 148412f048
commit ff20f72aac

View file

@ -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};