diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 71672f1..173e1d9 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -78,6 +78,8 @@ color:transparent; } widget > .text-button:last-child, + widget > .text-button:last-child:active, + widget > .text-button:last-child:checked, button:active, button:checked { @include button(active-header); &:backdrop{ diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index c798993..0a4b4bb 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5618,12 +5618,18 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled color: transparent; } .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child, +.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active, +.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:checked, .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked { border-radius: 23px; background: linear-gradient(to right, #F67E7D, #E1DD8F); color: #f7f7f7; text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); } .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:checked:backdrop, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:checked:backdrop label, .nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { color: #ededed; } diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index c798993..0a4b4bb 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5618,12 +5618,18 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled color: transparent; } .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child, +.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active, +.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:checked, .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked { border-radius: 23px; background: linear-gradient(to right, #F67E7D, #E1DD8F); color: #f7f7f7; text-shadow: 0px 0px 2px rgba(87, 87, 87, 0.9); } .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop, .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:backdrop label, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:active:backdrop label, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:checked:backdrop, + .nautilus-window .titlebar .path-bar-box widget > .text-button:last-child:checked:backdrop label, .nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { color: #ededed; }