mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-27 06:40:24 +00:00
Fix dark theme text selection
This commit is contained in:
parent
b16d806e12
commit
6f13301d62
@ -26,8 +26,8 @@ QToolTip {
|
||||
QWidget {
|
||||
color: #e0e0e0;
|
||||
background-color: #212121;
|
||||
selection-background-color: #414141;
|
||||
selection-color: #e0e0e0;
|
||||
selection-background-color: #89a2f6;
|
||||
selection-color: #000000;
|
||||
background-clip: border;
|
||||
border-image: none;
|
||||
border: 0px transparent black;
|
||||
@ -573,7 +573,8 @@ QPushButton:pressed {
|
||||
}
|
||||
|
||||
QComboBox {
|
||||
selection-background-color: #414141;
|
||||
selection-background-color: #89a2f6;
|
||||
selection-color: #000000;
|
||||
border-style: solid;
|
||||
border: 1px solid #212121;
|
||||
border-radius: 2px;
|
||||
|
Loading…
Reference in New Issue
Block a user