diff --git a/Theme/Chicago95/gtk-3.0/apps/mate.css b/Theme/Chicago95/gtk-3.0/apps/mate.css index aeea158..f3f2ec5 100644 --- a/Theme/Chicago95/gtk-3.0/apps/mate.css +++ b/Theme/Chicago95/gtk-3.0/apps/mate.css @@ -182,6 +182,13 @@ PanelToplevel.background { border-bottom-color: @border_dark; background-color: @button_bg_color; box-shadow: inset -1px -1px @border_shade, inset 1px 1px @border_light; } + /* MATE context-menu window decoration */ + .mate-panel-menu-bar window decoration { + border: 2px solid @border_dark; + background-color: @bg_color; + border-image: url("../assets/mate_menu_decoration.png"); + border-image-slice: 2 2 2 2; + box-shadow: none; } /* Brisk Menu */ .brisk-menu { diff --git a/Theme/Chicago95/gtk-3.0/assets/mate_menu_decoration.png b/Theme/Chicago95/gtk-3.0/assets/mate_menu_decoration.png new file mode 100644 index 0000000..81791a6 Binary files /dev/null and b/Theme/Chicago95/gtk-3.0/assets/mate_menu_decoration.png differ