GUI: Make touchscreen more visible in Midnight theme (#6100)
This commit is contained in:
parent
58d0705f0f
commit
ec7dc8803f
|
@ -2158,6 +2158,10 @@ PlotWidget {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TouchScreenPreview {
|
||||||
|
qproperty-dotHighlightColor: #3daee9;
|
||||||
|
background-color: #0f1922;
|
||||||
|
}
|
||||||
|
|
||||||
QListWidget#selectorList {
|
QListWidget#selectorList {
|
||||||
background-color: #0f1922;
|
background-color: #0f1922;
|
||||||
|
|
Loading…
Reference in New Issue