Qt: fix game grid font for unfocused tiles

This commit is contained in:
Megamouse
2018-12-28 11:59:25 +01:00
parent aa306dd356
commit cfe0709867
5 changed files with 26 additions and 0 deletions
+7
View File
@@ -254,6 +254,13 @@ QTableWidget#game_grid {
font-weight: 600;
font-size: 8pt;
font-family: Lucida Grande;
selection-color: #e6e6e6;
}
QTableWidget#game_grid::item:selected:active {
selection-background-color: #4c4b4b;
}
QTableWidget#game_grid::item:selected:!active {
selection-background-color: #3d3d3d;
}
/* Set Toolbar Slider Size */