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/TraditionalOk/gtk-3.0 | |
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/TraditionalOk/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index ff7a8c6a..e1d773c6 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -225,6 +225,11 @@ PanelApplet.wnck-applet .wnck-pager { border-width: 0px; } +/* checkboxes in applet popup menu */ +.mate-panel-menu-bar menu > menuitem > box > menuitem { + padding: 0px 0px 0px 4px; +} + #PanelApplet > #clock-applet-button.flat.toggle { background-color: transparent; background-image: none; |