diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index bf83d9f..ecbb02f 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5652,7 +5652,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #f7b922; } + box-shadow: inset 0 -2px #0072ff; } .xfce4-panel.panel button.flat { color: white; @@ -5665,7 +5665,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #fefefe; border: none; - background-color: #f7b922; } + background-color: #0072ff; } .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { color: inherit; } @@ -5677,7 +5677,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled padding: 2px; margin: 1px 0px; } #whiskermenu-window button:hover, #whiskermenu-window button:checked { - background-color: #f7b922; } + background-color: #0072ff; } /******** * Gala * diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 6357fd0..06b2fee 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5677,7 +5677,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled #tasklist-button:checked { color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #f7b922; } + box-shadow: inset 0 -2px #0072ff; } .xfce4-panel.panel button.flat { color: white; @@ -5690,7 +5690,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #fefefe; border: none; - background-color: #f7b922; } + background-color: #0072ff; } .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { color: inherit; } @@ -5702,7 +5702,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled padding: 2px; margin: 1px 0px; } #whiskermenu-window button:hover, #whiskermenu-window button:checked { - background-color: #f7b922; } + background-color: #0072ff; } /******** * Gala *