diff options
author | Pablo Barciela <[email protected]> | 2018-04-30 04:12:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-05-07 21:24:59 +0200 |
commit | 2fb0ec98384caf7bce24ea263a99f157ddc832bf (patch) | |
tree | 484112d5c56efcea2f6a51c251c367daf05e06b0 /desktop-themes/Green-Submarine | |
parent | 8e77ce95f8341b18b8c979d6a224be172d905209 (diff) | |
download | mate-themes-2fb0ec98384caf7bce24ea263a99f157ddc832bf.tar.bz2 mate-themes-2fb0ec98384caf7bce24ea263a99f157ddc832bf.tar.xz |
all themes: Mate Panel: Fix align with CheckBoxes in applet popup menu
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 6c6cf8ec..c11e6d2b 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -401,6 +401,11 @@ PanelToplevel.background { text-shadow: none; } +/* checkboxes in applet popup menu */ +.mate-panel-menu-bar menu > menuitem > box > menuitem { + padding: 0px 0px 0px 4px; +} + /* workaround to avoid unwanted black frames if switching compositor on/off */ .mate-panel-menu-bar .csd.popup decoration { box-shadow: none; |