diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index 4d1f83c9..b804d3de 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -781,7 +781,7 @@ const WindowList = new Lang.Class({ this._monitor = monitor; this.actor = new St.Widget({ name: 'panel', - style_class: 'bottom-panel', + style_class: 'bottom-panel solid', reactive: true, track_hover: true, layout_manager: new Clutter.BinLayout()});