summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
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/Blue-Submarine
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/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index c42507fc..40123e96 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -389,6 +389,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;