Gnome-shell: Fix dark text in entries placeholders

This commit is contained in:
EliverLara
2021-09-25 13:15:22 -05:00
parent ab735ba469
commit 85c6437bbd
4 changed files with 10 additions and 0 deletions
+3
View File
@@ -74,6 +74,9 @@ StEntry {
warning-color: $warning_color;
padding: 0 4px;
}
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
}
+2
View File
@@ -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 {
+3
View File
@@ -74,6 +74,9 @@ StEntry {
warning-color: $warning_color;
padding: 0 4px;
}
StLabel.hint-text { color: transparentize($fg_color, 0.3); }
}
+2
View File
@@ -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 {