Update gnome-shell theme

This commit is contained in:
EliverLara
2019-01-15 14:40:12 -06:00
parent 617419f237
commit c8cf6591e2
2 changed files with 13 additions and 6 deletions

View File

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

View File

@@ -1308,11 +1308,12 @@ StScrollBar {
.app-view-control {
padding: 4px 32px; }
.app-view-control:checked {
color: #00e8b7;
background-color: rgba(34, 46, 57, 0.95);
border: 1px solid #161819;
text-shadow: none;
icon-shadow: none; }
background-gradient-start: #00e8b7;
background-gradient-end: #00e8b7;
background-gradient-direction: horizontal;
color: #000; }
.app-view-control:hover {
border: none; }
.app-view-control:first-child {
border-right-width: 0;
border-radius: 3px 0 0 3px; }