mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 00:19:53 +01:00
Gnome-shell: Fix dark text in entries placeholders
This commit is contained in:
@@ -76,6 +76,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); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -112,6 +112,8 @@ StEntry {
|
|||||||
icon-size: 16px;
|
icon-size: 16px;
|
||||||
warning-color: #f47d49;
|
warning-color: #f47d49;
|
||||||
padding: 0 4px; }
|
padding: 0 4px; }
|
||||||
|
StEntry StLabel.hint-text {
|
||||||
|
color: rgba(118, 119, 122, 0.7); }
|
||||||
|
|
||||||
/* Scrollbars */
|
/* Scrollbars */
|
||||||
StScrollView.vfade {
|
StScrollView.vfade {
|
||||||
@@ -501,7 +503,7 @@ StScrollBar {
|
|||||||
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }
|
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }
|
||||||
.popup-menu .popup-menu-content {
|
.popup-menu .popup-menu-content {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
background-color: #181b28;
|
background-color: #1A1E21;
|
||||||
border-radius: 7px; }
|
border-radius: 7px; }
|
||||||
.popup-menu .popup-menu-item {
|
.popup-menu .popup-menu-item {
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
|
|||||||
Reference in New Issue
Block a user