mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Update gnome-shell theme
This commit is contained in:
@@ -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: #000;
|
||||||
|
}
|
||||||
|
&: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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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: #F67E7D;
|
background-gradient-start: #F67E7D;
|
||||||
background-color: rgba(26, 30, 33, 0.95);
|
background-gradient-end: #E1DD8F;
|
||||||
border: 1px solid #161819;
|
background-gradient-direction: horizontal;
|
||||||
text-shadow: none;
|
color: #000; }
|
||||||
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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user