Add colored QSlider for all themes

This commit is contained in:
alessandro90
2019-06-30 11:43:34 +02:00
parent 033bc981ee
commit aee6159acf
5 changed files with 35 additions and 0 deletions

View File

@@ -18,6 +18,13 @@ QPlainTextEdit {
selection-color: rgb(0, 0, 0);
}
QSlider::sub-page:horizontal {
background-color: #ff9900;
}
QSlider::sub-page:vertical {
background-color: #ff9900;
}
QComboBox {
border: 0px solid transparent;
border-radius: 2px;