From b687a6b881ceccb82e4c00da043385f9a52c3874 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Fri, 10 May 2019 22:17:16 -0500 Subject: [PATCH] Fix pathbar issue on gnome-3.32 --- gtk-3.0/_drawing.scss | 2 +- gtk-3.0/apps/_gnome.scss | 16 +++++----------- gtk-3.0/gtk-dark.css | 9 +++++---- gtk-3.0/gtk.css | 9 +++++---- 4 files changed, 16 insertions(+), 20 deletions(-) diff --git a/gtk-3.0/_drawing.scss b/gtk-3.0/_drawing.scss index f52833d..b418ea2 100755 --- a/gtk-3.0/_drawing.scss +++ b/gtk-3.0/_drawing.scss @@ -261,7 +261,7 @@ @else if $t==active-header { border-radius: 23px; - background: linear-gradient(to right, #eee90a, $selected_bg_color) ; + background: linear-gradient(to right, #00c6ff, $selected_bg_color) ; box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02); color: rgb(250, 250, 250); } diff --git a/gtk-3.0/apps/_gnome.scss b/gtk-3.0/apps/_gnome.scss index fc93209..2ff727b 100755 --- a/gtk-3.0/apps/_gnome.scss +++ b/gtk-3.0/apps/_gnome.scss @@ -74,20 +74,14 @@ .dim-label { color:transparent; } - button { - &:active, &:checked { - border-radius: 23px; - background: linear-gradient(to right, #00c6ff, $selected_bg_color) ; - box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02); - color: rgb(250, 250, 250); + widget > .text-button:last-child, + button:active, button:checked { + @include button(active-header); &:backdrop{ - color: darken(rgb(250, 250, 250), 4%); - label{ - color: darken(rgb(250, 250, 250), 4%);; + &, label{ + color: darken(rgb(250, 250, 250), 4%); } } - } - } } .linked:not(.path-bar) { diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index ecbb02f..43d463a 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5249,7 +5249,7 @@ button.raven-trigger { padding: 3px; } .raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked { border-radius: 23px; - background: linear-gradient(to right, #eee90a, #0072ff); + background: linear-gradient(to right, #00c6ff, #0072ff); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98); color: #fafafa; } .raven list { @@ -5573,15 +5573,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle { color: transparent; } +.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child, .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked { border-radius: 23px; background: linear-gradient(to right, #00c6ff, #0072ff); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98); color: #fafafa; } - .nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop { + .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 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: #f0f0f0; } - .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { - color: #f0f0f0; } .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 06b2fee..3cd337b 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5274,7 +5274,7 @@ button.raven-trigger { padding: 3px; } .raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked { border-radius: 23px; - background: linear-gradient(to right, #eee90a, #0072ff); + background: linear-gradient(to right, #00c6ff, #0072ff); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98); color: #fafafa; } .raven list { @@ -5598,15 +5598,16 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle { color: transparent; } +.nautilus-window .titlebar .path-bar-box widget > .text-button:last-child, .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked { border-radius: 23px; background: linear-gradient(to right, #00c6ff, #0072ff); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98); color: #fafafa; } - .nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop { + .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 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: #f0f0f0; } - .nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label { - color: #f0f0f0; } .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;