Skip to content

Commit

Permalink
Update Table Widget item css
Browse files Browse the repository at this point in the history
Ref #268
  • Loading branch information
algorys committed Mar 12, 2018
1 parent 553bdb1 commit 788d95d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions etc/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,14 +408,17 @@ QTableWidget {
gridline-color: white;
}

QTableWidget#history::item:selected {
background-color: #f0f9fd;
}

QTableWidget#problems::item {
border-width: 0px 0px 1px 0px;
border-color: #6c9cb3;
border-style: solid;
color: #6c9cb3;
}

QTableWidget::item:selected {
color: black;
QTableWidget#problems::item:selected {
color: #3884c3;
background-color: white;
}

/****** QHeaderView ******/
Expand Down

0 comments on commit 788d95d

Please sign in to comment.