diff options
author | raveit65 <[email protected]> | 2014-11-06 00:58:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-06 00:58:10 +0100 |
commit | 901279b4952715f2872364125bf3a77bda260b15 (patch) | |
tree | 7b5f60fab1cb5b0e221b5711d70e6b3551c13766 /desktop-themes | |
parent | d58be1f57da586c03b8c88d2219012307817e011 (diff) | |
download | mate-themes-901279b4952715f2872364125bf3a77bda260b15.tar.bz2 mate-themes-901279b4952715f2872364125bf3a77bda260b15.tar.xz |
BlueMenta GTK3: good looking CSD Windows
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 4 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index d2897a63..32d9c39a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3455,7 +3455,7 @@ GtkBubbleWindow .toolbar { background-image: linear-gradient(to bottom, @wm_bg_a, @wm_bg_b); - border-radius: 6px 6px 0px 0px; + border-radius: 0; } .tiled .titlebar { @@ -3489,7 +3489,7 @@ GtkBubbleWindow .toolbar { icon-shadow: 0px 1px @wm_title_shadow; color: @wm_title; background: none; - padding: 5px 5px 6px 5px; + padding: 5px 5px 5px 5px; border-radius: 4px; border-width: 2px; diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml index 0c0443da..af474531 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml @@ -50,14 +50,14 @@ </frame_geometry> <frame_geometry name="border" has_title="false"> - <distance name="left_width" value="3"/> - <distance name="right_width" value="3"/> - <distance name="bottom_height" value="3"/> + <distance name="left_width" value="1"/> + <distance name="right_width" value="1"/> + <distance name="bottom_height" value="1"/> <distance name="left_titlebar_edge" value="0"/> <distance name="right_titlebar_edge" value="0"/> <distance name="button_width" value="0"/> <distance name="button_height" value="0"/> - <distance name="title_vertical_pad" value="3"/> + <distance name="title_vertical_pad" value="1"/> <border name="title_border" left="0" right="0" top="0" bottom="0"/> <border name="button_border" left="0" right="0" top="0" bottom="0"/> </frame_geometry> |