Qt: adjust custom stylesheets to work with the new toolbar slider

This commit is contained in:
Megamouse
2018-07-01 20:47:51 +02:00
committed by Ivan
parent 3a5ce90148
commit e6d49798ce
4 changed files with 44 additions and 7 deletions
+8 -2
View File
@@ -249,11 +249,17 @@ QSlider::groove:horizontal {
border: 0.10em solid #4d4940;
border-radius: 0.10em;
}
QSlider::handle:horizontal {
background: #4d4940;
width: 0.50em;
}
QSlider#sizeSlider::groove:horizontal {
border: 0.10em solid #4d4940;
border-radius: 0.10em;
height: 1.5em;
}
/* Log and Debugger borders */
QTextEdit {
@@ -333,7 +339,7 @@ QLabel#l_controller {
/* Game Grid Font */
QLabel#gamegrid_font {
QTableWidget#game_grid {
font-weight: 600;
color: #4d4940;
text-transform: uppercase;
@@ -357,7 +363,7 @@ QLineEdit#mw_searchbar {
/* Uniform colors in Toolbar */
QToolButton {
background: transparent;
color: transparent;
text-transform: uppercase;
}
QToolButton::hover {
background-color: #b3ac98;