diff --git a/data/theme/gnome-shell-sass/widgets/_panel.scss b/data/theme/gnome-shell-sass/widgets/_panel.scss index d58bc6582..d36e3dc3c 100644 --- a/data/theme/gnome-shell-sass/widgets/_panel.scss +++ b/data/theme/gnome-shell-sass/widgets/_panel.scss @@ -94,6 +94,15 @@ $panel_transition_duration: 250ms; // same as the overview transition duration &.clock-display { @include panel_button($panel_system_fg_color, $fg:$panel_system_fg_color, $highlighted_child: true, $child_class:".clock"); } + + // unfortunate duplication so these indicators have styles + &.screen-recording-indicator { + @include panel_button($screenshot_ui_button_red, $flat: false); + } + + &.screen-sharing-indicator { + @include panel_button($warning_color, transparentize(black, 0.2), $flat: false); + } } }