Brighter green for slider

This commit is contained in:
Jordan Sherer 2018-07-20 16:10:59 -04:00
parent 28eb082655
commit ac27d1a9b6

View File

@ -1447,7 +1447,7 @@ width:60px;
} }
QSlider::handle:vertical { QSlider::handle:vertical {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2ecc71, stop:1 #27ae60); background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #00FF00, stop:1 #27ae60);
border:1px solid #179e50; border:1px solid #179e50;
width:30px; width:30px;
height:30px; height:30px;
@ -1456,7 +1456,7 @@ border-radius:2px;
} }
QSlider::handle:vertical:hover { QSlider::handle:vertical:hover {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2ecc71, stop:1 #3edc81); background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #2ecc71, stop:1 #00FF00);
}</string> }</string>
</property> </property>
<property name="maximum"> <property name="maximum">