Gnome-shell: Fix dark text in entries placeholders

This commit is contained in:
EliverLara
2021-09-19 15:33:13 -05:00
parent 7f58f37ecb
commit 27c405a16c
4 changed files with 10 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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