diff options
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-fallback.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-fallback.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-fallback.css index f96d1b3a..43ad7e47 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-fallback.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-fallback.css @@ -1,3 +1,4 @@ +menu, .menu { border-image: linear-gradient(to top, alpha(@borders, 0.80), @@ -6,6 +7,7 @@ alpha(@borders, 0.15)) 1 1 1 1/ 1px 1px 1px 1px; } +menubar menu, .menubar .menu { border-image: linear-gradient(to top, alpha(@borders, 0.80), |