mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
[themes] Fix line edit placeholder text color
This commit is contained in:
parent
31d7685f0c
commit
a5e65be034
@ -6,3 +6,4 @@
|
||||
10:#373737
|
||||
12:#f0f0f0
|
||||
13:#373737
|
||||
20:#727272
|
||||
|
||||
@ -1,9 +1,13 @@
|
||||
QWidget
|
||||
{
|
||||
color: @text;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QLabel, QCheckBox, QRadioButton
|
||||
{
|
||||
color: @text;
|
||||
}
|
||||
|
||||
QWindow, QMainWindow, QMdiSubWindow, QDialog, QAbstractScrollArea, QFocusFrame, QWizardPage, QDockWidget, QDockWidgetGroupWindow, QTabWidget, QGroupBox
|
||||
{
|
||||
color: @text;
|
||||
@ -200,7 +204,6 @@ QLineEdit, QTextEdit, QPlainTextEdit
|
||||
border-style: solid;
|
||||
border-radius: 0.2em;
|
||||
background-color:@itembackground;
|
||||
color:@text;
|
||||
selection-background-color: @selection;
|
||||
selection-color: @itemdarkbackground;
|
||||
}
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
0:#aaaaaa
|
||||
0:#111111
|
||||
2:#323232
|
||||
5:#535353
|
||||
6:#aaaaaa
|
||||
6:#111111
|
||||
9:#222222
|
||||
10:#535353
|
||||
12:#d7801a
|
||||
13:#323232
|
||||
14:#0080ff
|
||||
15:#0080ff
|
||||
20:#535353
|
||||
|
||||
@ -1,9 +1,13 @@
|
||||
QWidget
|
||||
{
|
||||
color: @text;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QLabel, QCheckBox, QRadioButton
|
||||
{
|
||||
color: @text;
|
||||
}
|
||||
|
||||
QWindow, QMainWindow, QMdiSubWindow, QDialog, QAbstractScrollArea, QFocusFrame, QWizardPage, QDockWidget, QDockWidgetGroupWindow, QTabWidget, QGroupBox
|
||||
{
|
||||
color: @text;
|
||||
@ -197,7 +201,6 @@ QLineEdit
|
||||
padding: 0.12em;
|
||||
border: 1px solid #111;
|
||||
background-color: #888;
|
||||
color: #111;
|
||||
selection-background-color: @selection;
|
||||
selection-color: @text;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user