summaryrefslogtreecommitdiff
path: root/desktop-themes
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
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')
-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 755f171a..08fdb76f 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -450,7 +450,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 5b6361da..9e619d0e 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -452,7 +452,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 {