summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-04-30 04:12:44 +0200
committerraveit65 <[email protected]>2018-05-07 21:24:59 +0200
commit2fb0ec98384caf7bce24ea263a99f157ddc832bf (patch)
tree484112d5c56efcea2f6a51c251c367daf05e06b0 /desktop-themes/BlueMenta
parent8e77ce95f8341b18b8c979d6a224be172d905209 (diff)
downloadmate-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/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index e06f120d..00080c86 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -426,6 +426,11 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */
color: shade (@theme_fg_color, 1.00);
}
+/* checkboxes in applet popup menu */
+.mate-panel-menu-bar menu > menuitem > box > menuitem {
+ padding: 0px 0px 0px 4px;
+}
+
/* WnckPager */
PanelApplet.wnck-applet .wnck-pager {
color: shade (@theme_selected_bg_color, 1.30);