mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
Adwaita: Regenerate CSS to get window.devel styles
This step was missed before, again.
SASS 3.6 emits rgba(0, 0, 0, 0) instead of transparent, so it wants to
change those too, but that patch was only committed in March and isn't
being backported to the previous stable, so I don't know if others'
versions will do the same - so until it's shown that anyone else (A) is
regenerating CSS and (B) also has 3.6, I'm skipping those changes. See:
c287f312ac
This commit is contained in:
parent
fc026b95dd
commit
c9f1c56776
@ -686,6 +686,10 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen
|
||||
|
||||
.titlebar:not(headerbar) > separator { background-color: #1b1f20; }
|
||||
|
||||
window.devel headerbar { background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat, linear-gradient(to left, #2a4b6c 8%, #33393b 25%); color: rgba(238, 238, 236, 0.1); }
|
||||
|
||||
window.devel headerbar label { color: #eeeeec; }
|
||||
|
||||
/************ Pathbars * */
|
||||
.path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }
|
||||
|
||||
|
@ -694,6 +694,10 @@ window.csd > .titlebar:not(headerbar) { padding: 0; background-color: transparen
|
||||
|
||||
.titlebar:not(headerbar) > separator { background-color: #b6b6b3; }
|
||||
|
||||
window.devel headerbar { background: transparent -gtk-icontheme("system-run-symbolic") 80% 0/128px 128px no-repeat, linear-gradient(to left, #99bce0 8%, #e8e8e7 25%); color: rgba(46, 52, 54, 0.1); }
|
||||
|
||||
window.devel headerbar label { color: #2e3436; }
|
||||
|
||||
/************ Pathbars * */
|
||||
.path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; padding-right: 4px; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user