Fix pathbar issue on gnome-3.32

This commit is contained in:
EliverLara
2019-05-10 22:17:16 -05:00
parent a97d6c1dde
commit b687a6b881
4 changed files with 16 additions and 20 deletions

View File

@@ -261,7 +261,7 @@
@else if $t==active-header { @else if $t==active-header {
border-radius: 23px; 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); box-shadow: 0px 2px 4px transparentize($selected_bg_color, 0.02);
color: rgb(250, 250, 250); color: rgb(250, 250, 250);
} }

View File

@@ -74,20 +74,14 @@
.dim-label { .dim-label {
color:transparent; color:transparent;
} }
button { widget > .text-button:last-child,
&:active, &:checked { button:active, button:checked {
border-radius: 23px; @include button(active-header);
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);
&:backdrop{ &:backdrop{
color: darken(rgb(250, 250, 250), 4%); &, label{
label{ color: darken(rgb(250, 250, 250), 4%);
color: darken(rgb(250, 250, 250), 4%);;
} }
} }
}
} }
} }
.linked:not(.path-bar) { .linked:not(.path-bar) {

View File

@@ -5249,7 +5249,7 @@ button.raven-trigger {
padding: 3px; } padding: 3px; }
.raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked { .raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked {
border-radius: 23px; 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); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98);
color: #fafafa; } color: #fafafa; }
.raven list { .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 { .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; } 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 { .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #00c6ff, #0072ff); background: linear-gradient(to right, #00c6ff, #0072ff);
box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98);
color: #fafafa; } 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; } 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 { .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; background: transparent;

View File

@@ -5274,7 +5274,7 @@ button.raven-trigger {
padding: 3px; } padding: 3px; }
.raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked { .raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked {
border-radius: 23px; 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); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98);
color: #fafafa; } color: #fafafa; }
.raven list { .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 { .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; } 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 { .nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked {
border-radius: 23px; border-radius: 23px;
background: linear-gradient(to right, #00c6ff, #0072ff); background: linear-gradient(to right, #00c6ff, #0072ff);
box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98); box-shadow: 0px 2px 4px rgba(0, 114, 255, 0.98);
color: #fafafa; } 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; } 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 { .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; background: transparent;