summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest
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/TraditionalOkTest
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/TraditionalOkTest')
-rw-r--r--desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css7
1 files changed, 3 insertions, 4 deletions
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 {