mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 15:49:52 +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;
|
||||||
|
|||||||
@@ -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: #f7b922;
|
background-gradient-start: #eee90a;
|
||||||
background-color: rgba(16, 16, 19, 0.95);
|
background-gradient-end: #f7b922;
|
||||||
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