diff --git a/src/gnome-shell/gnome-shell-compact.css b/src/gnome-shell/gnome-shell-compact.css index 2575450..5d96627 100644 --- a/src/gnome-shell/gnome-shell-compact.css +++ b/src/gnome-shell/gnome-shell-compact.css @@ -1442,7 +1442,7 @@ Gjs_AggregateMenu.panel-button, Gjs_ui_panel_AggregateMenu.panel-button, Gjs_ArcMenu_ApplicationsButton.panel-button, Gjs_arc-menu_linuxgem33_com_menuButton_ArcMenu_MenuButton.panel-button arc-menu-panel-menu { - background-color: rgba(222, 222, 222, 0.15); + background-color: rgba(222, 222, 222, 0.15) !important; } Gjs_ui_panel_ActivitiesButton.panel-button { diff --git a/src/gnome-shell/gnome-shell-dark-compact.css b/src/gnome-shell/gnome-shell-dark-compact.css index fa73b50..7af709d 100644 --- a/src/gnome-shell/gnome-shell-dark-compact.css +++ b/src/gnome-shell/gnome-shell-dark-compact.css @@ -1442,7 +1442,7 @@ Gjs_AggregateMenu.panel-button, Gjs_ui_panel_AggregateMenu.panel-button, Gjs_ArcMenu_ApplicationsButton.panel-button, Gjs_arc-menu_linuxgem33_com_menuButton_ArcMenu_MenuButton.panel-button arc-menu-panel-menu { - background-color: rgba(222, 222, 222, 0.15); + background-color: rgba(222, 222, 222, 0.15) !important; } Gjs_ui_panel_ActivitiesButton.panel-button { diff --git a/src/gnome-shell/gnome-shell-dark.css b/src/gnome-shell/gnome-shell-dark.css index 3a7ec4a..7c69da2 100644 --- a/src/gnome-shell/gnome-shell-dark.css +++ b/src/gnome-shell/gnome-shell-dark.css @@ -1442,7 +1442,7 @@ Gjs_AggregateMenu.panel-button, Gjs_ui_panel_AggregateMenu.panel-button, Gjs_ArcMenu_ApplicationsButton.panel-button, Gjs_arc-menu_linuxgem33_com_menuButton_ArcMenu_MenuButton.panel-button arc-menu-panel-menu { - background-color: rgba(222, 222, 222, 0.15); + background-color: rgba(222, 222, 222, 0.15) !important; } Gjs_ui_panel_ActivitiesButton.panel-button { diff --git a/src/gnome-shell/gnome-shell.css b/src/gnome-shell/gnome-shell.css index d2278ac..74d5de8 100644 --- a/src/gnome-shell/gnome-shell.css +++ b/src/gnome-shell/gnome-shell.css @@ -1442,7 +1442,7 @@ Gjs_AggregateMenu.panel-button, Gjs_ui_panel_AggregateMenu.panel-button, Gjs_ArcMenu_ApplicationsButton.panel-button, Gjs_arc-menu_linuxgem33_com_menuButton_ArcMenu_MenuButton.panel-button arc-menu-panel-menu { - background-color: rgba(222, 222, 222, 0.15); + background-color: rgba(222, 222, 222, 0.15) !important; } Gjs_ui_panel_ActivitiesButton.panel-button { diff --git a/src/gnome-shell/sass/_common.scss b/src/gnome-shell/sass/_common.scss index 5c57d5c..1af741f 100644 --- a/src/gnome-shell/sass/_common.scss +++ b/src/gnome-shell/sass/_common.scss @@ -1213,10 +1213,9 @@ $size_suffix: if($laptop == 'true', '-small', ''); Gjs_AggregateMenu.panel-button, Gjs_ui_panel_AggregateMenu.panel-button, -// Gjs_ui_panel_ActivitiesButton.panel-button, Gjs_ArcMenu_ApplicationsButton.panel-button, Gjs_arc-menu_linuxgem33_com_menuButton_ArcMenu_MenuButton.panel-button arc-menu-panel-menu { - background-color: rgba($panel_fg_color, 0.15); + background-color: rgba($panel_fg_color, 0.15) !important; } // Activities button