mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Force text color to be black
This commit is contained in:
parent
c541227dd3
commit
b4bcd833e6
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ QLineEdit {
|
|||
padding: 3px;
|
||||
}
|
||||
|
||||
QWidget {
|
||||
color: black;
|
||||
}
|
||||
|
||||
/*
|
||||
* QLabel left-adjacent to a QLineEdit to give the illusion
|
||||
* that it is part of it, but just not editable
|
||||
|
|
Loading…
Reference in a new issue