Adwaita: Fix label color on backdrop devel window

Closes https://gitlab.gnome.org/GNOME/gtk/issues/1734
This commit is contained in:
Alex Monday 2019-03-10 00:52:48 +05:00
parent 95e2e48582
commit 22d9241ab4
3 changed files with 6 additions and 0 deletions

View File

@ -1834,6 +1834,8 @@ window.devel {
background: $bg_color -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat,
image($bg_color); /* background-color would flash */
color: transparentize($fg_color,.95);
label { color: $backdrop_fg_color; }
}
}
}

View File

@ -706,6 +706,8 @@ window.devel headerbar.titlebar:not(.selection-mode) label { color: #eeeeec; }
window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #353535 -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, image(#353535); /* background-color would flash */ color: rgba(238, 238, 236, 0.05); }
window.devel headerbar.titlebar:not(.selection-mode):backdrop label { color: #919190; }
/************ Pathbars * */
.path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }

View File

@ -714,6 +714,8 @@ window.devel headerbar.titlebar:not(.selection-mode) label { color: #2e3436; }
window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #f6f5f4 -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, image(#f6f5f4); /* background-color would flash */ color: rgba(46, 52, 54, 0.05); }
window.devel headerbar.titlebar:not(.selection-mode):backdrop label { color: #929595; }
/************ Pathbars * */
.path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }