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;
|
||||
}
|
||||
|
||||
TouchScreenPreview {
|
||||
qproperty-dotHighlightColor: #3daee9;
|
||||
background-color: #0f1922;
|
||||
}
|
||||
|
||||
QListWidget#selectorList {
|
||||
background-color: #0f1922;
|
||||
|
@ -2168,4 +2172,4 @@ QLineEdit,
|
|||
QTreeView#hotkey_list,
|
||||
QScrollArea#scrollArea QTreeView {
|
||||
background-color: #0f1922;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue