Qt: adjust custom stylesheets to work with the new toolbar slider
This commit is contained in:
@@ -250,12 +250,23 @@ QWidget#trophy_notification_frame {
|
||||
}
|
||||
|
||||
/* Game Grid Font */
|
||||
QLabel#gamegrid_font {
|
||||
QTableWidget#game_grid {
|
||||
font-weight: 600;
|
||||
font-size: 8pt;
|
||||
font-family: Lucida Grande;
|
||||
}
|
||||
|
||||
/* Set Toolbar Slider Size */
|
||||
QSlider#sizeSlider::groove:horizontal {
|
||||
border: 0em solid transparent;
|
||||
height: .3em;
|
||||
background: #fff;
|
||||
}
|
||||
QSlider#sizeSlider::handle:horizontal {
|
||||
width: 1em;
|
||||
margin: -.8em 0;
|
||||
}
|
||||
|
||||
/* Set Theme UI colors */
|
||||
QLabel#gamelist_icon_background_color {
|
||||
color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user