Hide QSlider handler
This commit is contained in:
@@ -101,11 +101,16 @@ QSlider::add-page:horizontal {
|
||||
}
|
||||
|
||||
QSlider::handle:horizontal {
|
||||
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(78, 195, 146), stop:1 rgb(57, 144, 107));
|
||||
/*background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 rgb(78, 195, 146), stop:1 rgb(57, 144, 107));
|
||||
border: 1px solid rgb(78, 195, 146);
|
||||
width: 12px;
|
||||
height: 10px;
|
||||
margin-top: -8px;
|
||||
margin-bottom: -8px;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px;*/
|
||||
background: transparent;
|
||||
width: 0px;
|
||||
height: 0px;
|
||||
image: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user