diff options
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 5 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml | 12 |
2 files changed, 8 insertions, 9 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index f77f8376..a6d19dbc 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3894,11 +3894,10 @@ GtkModelButton.button:selected { *******/ .titlebar { text-shadow: 0 1px @wm_title_shadow; - background-image: linear-gradient(to bottom, @wm_bg_a, @wm_bg_b); - border-radius: 6px 6px 0px 0px; + border-radius: 0; box-shadow: inset 0 -1px alpha(@theme_base_color, 0.4); border-color: @borders; } @@ -3930,7 +3929,7 @@ GtkModelButton.button:selected { .titlebar .titlebutton { color: @wm_title; - padding: 2px 6px 3px 3px; + padding: 5px 5px 5px 5px; border: none; border-image: none; } diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml index 0c0443da..b04c1f14 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_titlebar_edge" value="0"/> - <distance name="right_titlebar_edge" value="0"/> + <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> |