Rebuild shell theme

This commit is contained in:
EliverLara
2021-09-19 15:35:45 -05:00
parent c0a4c50e13
commit 4e6cd221d4
2 changed files with 5 additions and 0 deletions

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(118, 119, 122, 0.7); }
/* Scrollbars */
StScrollView.vfade {