Update gnome-shell theme

This commit is contained in:
EliverLara
2019-01-15 14:40:12 -06:00
parent 7aee5ba95f
commit 2d5a89d8dd
2 changed files with 14 additions and 7 deletions

View File

@@ -1417,7 +1417,13 @@ StScrollBar {
} }
.app-view-control { //favorties | all toggle button .app-view-control { //favorties | all toggle button
padding: 4px 32px; padding: 4px 32px;
&:checked { @include button(active); } &:checked {
@include gradient();
color: #fff;
}
&:hover {
border: none;
}
&:first-child { &:first-child {
border-right-width: 0; border-right-width: 0;
border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;
@@ -2061,4 +2067,4 @@ StScrollBar {
border: 2px solid grey; border: 2px solid grey;
border-radius: 4px; border-radius: 4px;
padding: 6px; padding: 6px;
} }

View File

@@ -1308,11 +1308,12 @@ StScrollBar {
.app-view-control { .app-view-control {
padding: 4px 32px; } padding: 4px 32px; }
.app-view-control:checked { .app-view-control:checked {
color: #c50ed2; background-gradient-start: #c50ed2;
background-color: rgba(24, 27, 40, 0.95); background-gradient-end: #8500f7;
border: 1px solid #12151e; background-gradient-direction: horizontal;
text-shadow: none; color: #fff; }
icon-shadow: none; } .app-view-control:hover {
border: none; }
.app-view-control:first-child { .app-view-control:first-child {
border-right-width: 0; border-right-width: 0;
border-radius: 3px 0 0 3px; } border-radius: 3px 0 0 3px; }