Gnome-shell: Fix dark text in entries placeholders

This commit is contained in:
EliverLara
2021-09-19 15:19:49 -05:00
parent 5b53ee233a
commit 6bea5ae176
4 changed files with 9 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ StEntry {
warning-color: $warning_color; warning-color: $warning_color;
padding: 0 4px; padding: 0 4px;
} }
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
} }

View File

@@ -111,6 +111,8 @@ StEntry {
icon-size: 16px; icon-size: 16px;
warning-color: #ff9f39; warning-color: #ff9f39;
padding: 0 4px; } padding: 0 4px; }
StEntry StLabel.hint-text {
color: rgba(152, 171, 178, 0.7); }
/* Scrollbars */ /* Scrollbars */
StScrollView.vfade { StScrollView.vfade {

View File

@@ -75,6 +75,9 @@ StEntry {
warning-color: $warning_color; warning-color: $warning_color;
padding: 0 4px; padding: 0 4px;
} }
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
} }

View File

@@ -111,6 +111,8 @@ StEntry {
icon-size: 16px; icon-size: 16px;
warning-color: #ff9f39; warning-color: #ff9f39;
padding: 0 4px; } padding: 0 4px; }
StEntry StLabel.hint-text {
color: rgba(152, 171, 178, 0.7); }
/* Scrollbars */ /* Scrollbars */
StScrollView.vfade { StScrollView.vfade {