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
@@ -204,6 +204,9 @@ QTableWidget#game_grid {
font-family: Lucida Grande;
color: #FFF;
}
QTableWidget#game_grid::item:selected:!active {
selection-background-color: #313f4e;
}
/* Slider on toolbar */
QWidget#sizeSliderContainer {