mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-09-27 09:26:39 -04:00
Gnome-shell: Fix dark text in entries placeholders
This commit is contained in:
@@ -74,6 +74,9 @@ StEntry {
|
||||
warning-color: $warning_color;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -110,6 +110,8 @@ StEntry {
|
||||
icon-size: 16px;
|
||||
warning-color: #c3674a;
|
||||
padding: 0 4px; }
|
||||
StEntry StLabel.hint-text {
|
||||
color: rgba(216, 222, 233, 0.7); }
|
||||
|
||||
/* Scrollbars */
|
||||
StScrollView.vfade {
|
||||
|
||||
@@ -74,6 +74,9 @@ StEntry {
|
||||
warning-color: $warning_color;
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -110,6 +110,8 @@ StEntry {
|
||||
icon-size: 16px;
|
||||
warning-color: #c3674a;
|
||||
padding: 0 4px; }
|
||||
StEntry StLabel.hint-text {
|
||||
color: rgba(216, 222, 233, 0.7); }
|
||||
|
||||
/* Scrollbars */
|
||||
StScrollView.vfade {
|
||||
|
||||
Reference in New Issue
Block a user