mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Style safe_extension_filename consistently in Dark Mode
To be consistent with Light Mode, the background of the safe_extension_filename QLabel should match the adjacent QTextField, but the text should be "grayed out"/disabled to indicate that it's not supposed to be editable.
This commit is contained in:
parent
40b6240097
commit
eab768f950
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ MainWindow[OSColorMode="light"] QLabel[style="safe_extension_filename"] {
|
|||
color: grey;
|
||||
}
|
||||
|
||||
MainWindow[OSColorMode="dark"] QLabel[style="safe_extension_filename"] {
|
||||
background: black;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
QLabel.docs-selection {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue