From 2d5a89d8dde5d7f63a0a52d972645be1dfd7e242 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 15 Jan 2019 14:40:12 -0600 Subject: [PATCH] Update gnome-shell theme --- gnome-shell/_common.scss | 10 ++++++++-- gnome-shell/gnome-shell.css | 11 ++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/gnome-shell/_common.scss b/gnome-shell/_common.scss index cf509ad..7a9e9cb 100644 --- a/gnome-shell/_common.scss +++ b/gnome-shell/_common.scss @@ -1417,7 +1417,13 @@ StScrollBar { } .app-view-control { //favorties | all toggle button padding: 4px 32px; - &:checked { @include button(active); } + &:checked { + @include gradient(); + color: #fff; + } + &:hover { + border: none; + } &:first-child { border-right-width: 0; border-radius: 3px 0 0 3px; @@ -2061,4 +2067,4 @@ StScrollBar { border: 2px solid grey; border-radius: 4px; padding: 6px; - } \ No newline at end of file + } diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 9b5dbd1..2d522ea 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1308,11 +1308,12 @@ StScrollBar { .app-view-control { padding: 4px 32px; } .app-view-control:checked { - color: #c50ed2; - background-color: rgba(24, 27, 40, 0.95); - border: 1px solid #12151e; - text-shadow: none; - icon-shadow: none; } + background-gradient-start: #c50ed2; + background-gradient-end: #8500f7; + background-gradient-direction: horizontal; + color: #fff; } + .app-view-control:hover { + border: none; } .app-view-control:first-child { border-right-width: 0; border-radius: 3px 0 0 3px; }