diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index 0419ec0..a29b00a 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -79,11 +79,13 @@ 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{ &, label{ - color: darken(rgb(255, 250, 250), 4%); + color: darken(rgb(255, 255, 255), 4%); } } } diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 1b57c1a..fe3fbe6 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5639,15 +5639,21 @@ 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: #00e8b7; box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: snow; } .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: #ffe6e6; } + color: whitesmoke; } .nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop { background: transparent; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 7232df5..0ee4961 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5664,15 +5664,21 @@ 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: #00e8b7; box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753); color: snow; } .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: #ffe6e6; } + color: whitesmoke; } .nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop { background: transparent;