GUI: Make touchscreen more visible in Midnight theme (#6100)

This commit is contained in:
Daisouji 2022-08-22 11:18:55 -04:00 committed by GitHub
parent 58d0705f0f
commit ec7dc8803f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}