summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-23 20:16:08 +0100
committerraveit65 <[email protected]>2015-02-23 20:18:19 +0100
commit04d697c6048e6250cfd9c297f9923062b8d9c63a (patch)
tree8f14e723c7de78460b148f34a96dccbc24b46b29 /desktop-themes
parent6add21a8d43eb4e5168278303709c0372e722e05 (diff)
downloadmate-themes-04d697c6048e6250cfd9c297f9923062b8d9c63a.tar.bz2
mate-themes-04d697c6048e6250cfd9c297f9923062b8d9c63a.tar.xz
Menta themes GTK3: set color of panel menu seperator
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css6
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css6
2 files changed, 12 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 b25c3bcd..2243545d 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -425,6 +425,12 @@ PanelMenuBar.menubar .menuitem:hover {
border-radius: 5px;
}
+/* set menubar menuitem separator */
+PanelMenuBar.menubar .menu .menuitem.separator {
+ color: @menu_separator;
+ -GtkMenuItem-horizontal-padding: 0;
+}
+
/* set normal menubar menuitem */
PanelMenuBar.menubar .menu .menuitem {
transition: all 150ms ease-out;
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index cc1cfb16..d0813ddf 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -427,6 +427,12 @@ PanelMenuBar.menubar .menuitem:hover {
border-radius: 5px;
}
+/* set menubar menuitem separator */
+PanelMenuBar.menubar .menu .menuitem.separator {
+ color: @menu_separator;
+ -GtkMenuItem-horizontal-padding: 0;
+}
+
/* set normal menubar menuitem */
PanelMenuBar.menubar .menu .menuitem {
padding: 6px;