summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-23 19:30:26 +0100
committerraveit65 <[email protected]>2015-02-23 19:31:49 +0100
commit3fb62aed337c1e56957d01f96ceea9b4226b2561 (patch)
tree2a2f1624b496ecaab3fd15398f61994b18566efb /desktop-themes/ContrastHigh
parent33002e8055c222d100875857d1c233351cdbe96b (diff)
downloadmate-themes-3fb62aed337c1e56957d01f96ceea9b4226b2561.tar.bz2
mate-themes-3fb62aed337c1e56957d01f96ceea9b4226b2561.tar.xz
All themes GTK3: set a padding in panel menuitem
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
index 29edc3c3..4040ae33 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css
@@ -83,6 +83,11 @@ MatePanelApplet > GtkMenuBar.menubar .menuitem {
color: @theme_fg_color;
}
+/* set normal menubar menuitem */
+PanelMenuBar.menubar .menu .menuitem {
+ padding: 6px;
+}
+
.mate-panel-menu-bar .menuitem:hover,
MatePanelApplet > GtkMenuBar.menubar .menuitem:hover {
color: @theme_base_color;