Skip to content

Commit

Permalink
Apply new main table header style, closes #635
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Jul 17, 2023
1 parent 5397171 commit 6a6a8f4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/main/python/plotlyst/view/style/item_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@
}
QHeaderView::section[main-header] {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #D4B8E0, stop: 0.5 #4B0763,
stop: 0.6 #4B0763, stop:1 #3C0764);
color: white;
padding-left: 4px;
padding-bottom: 2px;
border: 1px solid #3C0764;
border-radius: 0px;
background: #622675;
color: #f8f0fa;
padding: 4px;
border-right: 1px solid #f8f0fa;
font-size: 16px;
}
Expand Down

0 comments on commit 6a6a8f4

Please sign in to comment.