Skip to content

Commit

Permalink
LateNight: fix cut-off star rating on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Aug 30, 2020
1 parent 5a02d46 commit 4f5d19f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion res/skins/LateNight/style_classic.qss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ WLibrary,
#PreviewDeck,
#LibExpandBox,
#SearchLineBox,
QAbstractScrollArea::corner {
QAbstractScrollArea::corner,
/* Prevent cut-off or shifted stars on macOS */
WStarRating {
background-color: #1e1e1e;
}

Expand Down
4 changes: 3 additions & 1 deletion res/skins/LateNight/style_palemoon.qss
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ WSearchLineEdit {
#KeyText,
#DeckSettingsContainer,
#DeckSettingsContainerCompact,
#spinBoxTransition {
#spinBoxTransition,
/* Prevent cut-off or shifted stars on macOS */
WStarRating {
background-color: #19191a;
}
#KeyText,
Expand Down

0 comments on commit 4f5d19f

Please sign in to comment.