Color filler for the QSlider (#100)

This commit is contained in:
Nikita 2018-07-25 18:13:57 -04:00 committed by Daniel Pizetta
parent 4a9f73b39c
commit cc761f754c
1 changed files with 16 additions and 0 deletions

View File

@ -961,6 +961,14 @@ QSlider::handle:horizontal {
border-radius: 9px;
}
QSlider::sub-page:horizontal {
border: 1px solid #565a5e;
height: 4px;
background: #3daee9;
margin: 0px;
border-radius: 2px;
}
QSlider::groove:vertical {
border: 1px solid #565a5e;
width: 4px;
@ -978,6 +986,14 @@ QSlider::handle:vertical {
border-radius: 9px;
}
QSlider::sub-page:vertical {
border: 1px solid #565a5e;
width: 4px;
background: #3daee9;
margin: 0px;
border-radius: 3px;
}
QToolButton {
background-color: transparent;
border: 1px transparent #76797C;