mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 07:23:02 +00:00
Fixed #1044
This commit is contained in:
parent
e724a68463
commit
57e7e5a195
@ -203,6 +203,10 @@ $panel_height: $menuitem_size;
|
|||||||
padding: 0 $base_padding + 12px !important;
|
padding: 0 $base_padding + 12px !important;
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.messages-indicator {
|
||||||
|
icon-size: $scalable_icon_size;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover, &:active, &:overview, &:focus, &:checked {
|
&:hover, &:active, &:overview, &:focus, &:checked {
|
||||||
@ -260,6 +264,18 @@ $panel_height: $menuitem_size;
|
|||||||
@extend %normal_activites;
|
@extend %normal_activites;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// screen activity indicators
|
||||||
|
&.screen-recording-indicator,
|
||||||
|
&.screen-sharing-indicator {
|
||||||
|
StBoxLayout {
|
||||||
|
spacing: $scaled_padding;
|
||||||
|
}
|
||||||
|
|
||||||
|
StIcon {
|
||||||
|
icon-size: $scalable_icon_size;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Gjs_AggregateMenu.panel-button,
|
Gjs_AggregateMenu.panel-button,
|
||||||
@ -342,4 +358,7 @@ $panel_height: $menuitem_size;
|
|||||||
// indicator for active
|
// indicator for active
|
||||||
.screencast-indicator,
|
.screencast-indicator,
|
||||||
.remote-access-indicator { color: $warning_color; }
|
.remote-access-indicator { color: $warning_color; }
|
||||||
|
|
||||||
|
// important privacy related indicators
|
||||||
|
.privacy-indicator { color: $warning_color; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user