From d96e4b2960aad90a4e25df37b2cf8019947289c1 Mon Sep 17 00:00:00 2001 From: EMH-Mark-I Date: Sun, 19 Apr 2020 23:33:24 -0500 Subject: [PATCH] Update for menus Removed the transparent menu border since it's not needed. All border effects will be handled by window decorations. --- Theme/Chicago95/gtk-3.0/gtk-menu.css | 1 - Theme/Chicago95/gtk-3.24/gtk-menu.css | 1 - 2 files changed, 2 deletions(-) diff --git a/Theme/Chicago95/gtk-3.0/gtk-menu.css b/Theme/Chicago95/gtk-3.0/gtk-menu.css index d354f63..5ae0d7b 100644 --- a/Theme/Chicago95/gtk-3.0/gtk-menu.css +++ b/Theme/Chicago95/gtk-3.0/gtk-menu.css @@ -26,7 +26,6 @@ window > menu { /* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */ menu { - border: 1px solid transparent; background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */ color: @menu_text_color; } /* menuitem */ diff --git a/Theme/Chicago95/gtk-3.24/gtk-menu.css b/Theme/Chicago95/gtk-3.24/gtk-menu.css index d354f63..5ae0d7b 100644 --- a/Theme/Chicago95/gtk-3.24/gtk-menu.css +++ b/Theme/Chicago95/gtk-3.24/gtk-menu.css @@ -26,7 +26,6 @@ window > menu { /* NOTE: Menu border styling is moved to client side decorations. See gtk-window.css for menu border styling. */ menu { - border: 1px solid transparent; background-color: @menu_bg_color; /* NOTE: While a background colour is required here, there will be a 2px internal padding applied to window decorations which will also have a background colour too. */ color: @menu_text_color; } /* menuitem */