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:23:28 +0200
commitdab6c7b600532951ceb7dcd5b3ba1da80db4f4d2 (patch)
tree071c947fcc6455125b749331ed62fba911fcc68e /desktop-themes/Blue-Submarine
parentd1a841577bf2ad803778ed13ec9d97b2cd309221 (diff)
downloadmate-themes-dab6c7b600532951ceb7dcd5b3ba1da80db4f4d2.tar.bz2
mate-themes-dab6c7b600532951ceb7dcd5b3ba1da80db4f4d2.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;