Merge pull request #3757 from TooWaBoo/dev

Slider normal/fine mode now gives visual feedback again, closes #3751
This commit is contained in:
Beep6581
2017-03-19 12:11:14 +01:00
committed by GitHub

View File

@@ -243,6 +243,13 @@ scale trough {
margin: 6px 6px; /* have to be half of "scale slider / min-width min-height" */
background-color: #2A2A2A;
}
scale.fine-tune trough {
margin: 5px;
padding: 1px;
}
scale.fine-tune trough highlight {
margin: -2px;
}
scale:disabled trough {
background-color: #444;
border-color: #282828;