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