summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-23 19:30:26 +0100
committerraveit65 <[email protected]>2015-02-23 19:32:07 +0100
commit6add21a8d43eb4e5168278303709c0372e722e05 (patch)
tree713236aa6cd17a00c44264f65365c2d29e44cc5c
parent1f7be700b70f86422604129caa0c12da1d71af0c (diff)
downloadmate-themes-6add21a8d43eb4e5168278303709c0372e722e05.tar.bz2
mate-themes-6add21a8d43eb4e5168278303709c0372e722e05.tar.xz
All themes GTK3: set a padding in panel menuitem
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css3
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css5
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css3
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css4
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css4
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css7
9 files changed, 31 insertions, 10 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 52f455c6..d1723428 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -312,6 +312,11 @@ PanelMenuBar.menubar .menuitem {
PanelMenuBar.menubar .menuitem:hover {
}
+/* set normal menubar menuitem */
+PanelMenuBar.menubar .menu .menuitem {
+ padding: 6px;
+}
+
/* set selected menubar menuitem */
PanelMenuBar.menubar .menu .menuitem:active:hover,
PanelMenuBar.menubar .menu .menuitem:hover {
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 234c0040..b25c3bcd 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -427,7 +427,8 @@ PanelMenuBar.menubar .menuitem:hover {
/* set normal menubar menuitem */
PanelMenuBar.menubar .menu .menuitem {
- transition: all 150ms ease-out;
+ transition: all 150ms ease-out;
+ padding: 6px;
}
/* set selected menubar menuitem */
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;
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
index cd8de841..0a3ac4e3 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
@@ -35,6 +35,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_fg_color;
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index d4f0d962..2dfe16c1 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -268,6 +268,11 @@ PanelMenuBar.menubar .menuitem:hover {
text-shadow: none;
}
+/* set normal menubar menuitem */
+PanelMenuBar.menubar .menu .menuitem {
+ padding: 6px;
+}
+
/* set selected menubar menuitem */
PanelMenuBar.menubar .menu .menuitem:active:hover,
PanelMenuBar.menubar .menu .menuitem:hover {
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 555e7d51..cc1cfb16 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -429,7 +429,8 @@ PanelMenuBar.menubar .menuitem:hover {
/* set normal menubar menuitem */
PanelMenuBar.menubar .menu .menuitem {
- transition: all 150ms ease-out;
+ padding: 6px;
+ transition: all 150ms ease-out;
}
/* set selected menubar menuitem */
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 29b64604..3397619c 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -76,7 +76,7 @@ PanelMenuBar.menubar .menu .menuitem {
border-width: 1px;
border-radius: 3px;
border-color: alpha(@theme_bg_color, 0.1);
- padding: 3px 5px;
+ padding: 6px 5px;
}
/* set selected menubar menuitem */
@@ -88,7 +88,7 @@ PanelMenuBar.menubar .menu .menuitem:hover {
border-width: 1px;
border-radius: 3px;
border-color: alpha(@theme_selected_bg_color, 0.1);
- padding: 3px 5px;
+ padding: 6px 5px;
}
MatePanelApplet {
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index c3c5b3e2..f2c656b3 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -76,7 +76,7 @@ PanelMenuBar.menubar .menu .menuitem {
border-width: 1px;
border-radius: 3px;
border-color: alpha(@theme_bg_color, 0.1);
- padding: 3px 5px;
+ padding: 6px 5px;
}
/* set selected menubar menuitem */
@@ -88,7 +88,7 @@ PanelMenuBar.menubar .menu .menuitem:hover {
border-width: 1px;
border-radius: 3px;
border-color: alpha(@theme_selected_bg_color, 0.1);
- padding: 3px 5px;
+ padding: 6px 5px;
}
MatePanelApplet {
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
index 46279dad..1c7c257d 100644
--- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css
@@ -77,8 +77,8 @@ PanelMenuBar.menubar .menu .menuitem {
border-style: solid;
border-width: 1px;
border-radius: 3px;
- border-color: alpha(@theme_bg_color, 0.1);
- padding: 3px 5px;
+ border-color: @theme_base_color;
+ padding: 6px 5px;
}
/* set selected menubar menuitem */
@@ -87,10 +87,9 @@ PanelMenuBar.menubar .menu .menuitem:hover {
background-image: none;
color: @theme_selected_fg_color;
border-style: solid;
- border-width: 0px;
+ border-width: 1px;
border-radius: 3px;
border-color: alpha(@theme_selected_bg_color, 0.1);
- padding: 3px 5px;
}
MatePanelApplet {