diff options
Diffstat (limited to 'desktop-themes')
6 files changed, 18 insertions, 18 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index ac8c220f..95bf09c1 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1775,7 +1775,7 @@ GtkInfoBar:last-child, @theme_base_color, @theme_bg_color); background-color: transparent; - border-radius: 7px 7px 0px 0px; + border-radius: 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } @@ -1799,7 +1799,7 @@ GtkInfoBar:last-child, .titlebar .titlebutton { background: none; border-image: none; - padding: 5px 5px 6px 5px; + padding: 1px 3px 1px 3px; } .window-frame { diff --git a/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml b/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml index 08825231..f9b0f13c 100644 --- a/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml @@ -46,14 +46,14 @@ </frame_geometry> <frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> <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="4"/> + <distance name="title_vertical_pad" value="2"/> <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> diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index ee1dd5e4..a18aed43 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1775,7 +1775,7 @@ GtkInfoBar:last-child, @theme_base_color, @theme_bg_color); background-color: transparent; - border-radius: 7px 7px 0px 0px; + border-radius: 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } @@ -1799,7 +1799,7 @@ GtkInfoBar:last-child, .titlebar .titlebutton { background: none; border-image: none; - padding: 5px 5px 6px 5px; + padding: 1px 3px 1px 3px; } .window-frame { diff --git a/desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml b/desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml index 87dac6fa..48582286 100644 --- a/desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/TraditionalOk/metacity-1/metacity-theme-1.xml @@ -46,14 +46,14 @@ </frame_geometry> <frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> <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="4"/> + <distance name="title_vertical_pad" value="2"/> <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> diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 1ba81bbe..02363c01 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1776,7 +1776,7 @@ GtkInfoBar:last-child, @theme_base_color, @theme_bg_color); background-color: transparent; - border-radius: 7px 7px 0px 0px; + border-radius: 0px; border-bottom: 1px solid; border-color: shade(@border_color, 1.30); } @@ -1800,7 +1800,7 @@ GtkInfoBar:last-child, .titlebar .titlebutton { background: none; border-image: none; - padding: 5px 5px 6px 5px; + padding: 1px 3px 1px 3px; } .window-frame { diff --git a/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml b/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml index d414fd03..14bfb125 100755 --- a/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml @@ -46,14 +46,14 @@ </frame_geometry> <frame_geometry name="border" has_title="false"> - <distance name="left_width" value="4"/> - <distance name="right_width" value="4"/> - <distance name="bottom_height" value="4"/> + <distance name="left_width" value="2"/> + <distance name="right_width" value="2"/> + <distance name="bottom_height" value="2"/> <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="4"/> + <distance name="title_vertical_pad" value="2"/> <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> |