mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Only set certain colors in light mode
This commit is contained in:
parent
46f978e6f0
commit
40b6240097
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ QLineEdit {
|
|||
padding: 3px;
|
||||
}
|
||||
|
||||
QWidget {
|
||||
MainWindow[OSColorMode="light"] QWidget {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
@ -19,6 +19,9 @@ QLabel[style="safe_extension_filename"] {
|
|||
border-style: solid;
|
||||
border-color: #c8c8c8;
|
||||
padding: 4px 0px 4px 4px;
|
||||
}
|
||||
|
||||
MainWindow[OSColorMode="light"] QLabel[style="safe_extension_filename"] {
|
||||
background: white;
|
||||
color: grey;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue