mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Update gnome-shell theme
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1308,11 +1308,12 @@ StScrollBar {
|
||||
.app-view-control {
|
||||
padding: 4px 32px; }
|
||||
.app-view-control:checked {
|
||||
color: #0072ff;
|
||||
background-color: rgba(16, 16, 19, 0.95);
|
||||
border: 1px solid #161819;
|
||||
text-shadow: none;
|
||||
icon-shadow: none; }
|
||||
background-gradient-start: #00c6ff;
|
||||
background-gradient-end: #0072ff;
|
||||
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; }
|
||||
|
||||
Reference in New Issue
Block a user