lighten button border color and fix titlebar height

Dustin Falgout 2015-05-03 00:47:42 -05:00
parent 507c7bb855
commit 93278fca48
3 changed files with 6 additions and 6 deletions

View File

@ -212,7 +212,7 @@ GtkAssistant .sidebar {
padding: 4px; padding: 4px;
border-width: 0 1px 0 0; border-width: 0 1px 0 0;
border-style: solid; border-style: solid;
border-right-color: shade(@theme_bg_color, 0.6); border-right-color: shade(@theme_bg_color, 0.7);
border-radius: 0; border-radius: 0;
background-color: @theme_bg_color; background-color: @theme_bg_color;
color: mix(@theme_fg_color, @theme_bg_color, 0.1); color: mix(@theme_fg_color, @theme_bg_color, 0.1);
@ -229,14 +229,14 @@ GtkAssistant .sidebar {
border-width: 1px; border-width: 1px;
border-radius: 2px; border-radius: 2px;
border-style: solid; border-style: solid;
border-color: shade(@theme_bg_color, 0.6); border-color: shade(@theme_bg_color, 0.7);
background-color: shade(@theme_bg_color, 1.08); background-color: shade(@theme_bg_color, 1.08);
background-image: none; background-image: none;
color: @theme_fg_color; color: @theme_fg_color;
} }
.button:hover { .button:hover {
border-color: shade(@theme_bg_color, 0.5); border-color: shade(@theme_bg_color, 0.8);
background-color: shade(@theme_bg_color, 1.10); background-color: shade(@theme_bg_color, 1.10);
background-image: none; background-image: none;
} }
@ -250,7 +250,7 @@ GtkAssistant .sidebar {
.button:active:hover, .button:active:hover,
.button:checked:hover { .button:checked:hover {
border-color: shade(@theme_bg_color, 0.7); border-color: shade(@theme_bg_color, 0.6);
} }
.button:focus, .button:focus,

View File

@ -30,7 +30,7 @@
<distance name="right_titlebar_edge" value="4" /> <distance name="right_titlebar_edge" value="4" />
<distance name="title_vertical_pad" value="0" /> <distance name="title_vertical_pad" value="0" />
<aspect_ratio name="button" value="1.0" /> <aspect_ratio name="button" value="1.0" />
<border name="title_border" left="8" right="8" top="6" bottom="6" /> <border name="title_border" left="8" right="8" top="5" bottom="5" />
<border name="button_border" left="0" right="0" top="0" bottom="0" /> <border name="button_border" left="0" right="0" top="0" bottom="0" />
</frame_geometry> </frame_geometry>

View File

@ -30,7 +30,7 @@
<distance name="right_titlebar_edge" value="4" /> <distance name="right_titlebar_edge" value="4" />
<distance name="title_vertical_pad" value="0" /> <distance name="title_vertical_pad" value="0" />
<aspect_ratio name="button" value="1.0" /> <aspect_ratio name="button" value="1.0" />
<border name="title_border" left="8" right="8" top="6" bottom="6" /> <border name="title_border" left="8" right="8" top="5" bottom="5" />
<border name="button_border" left="0" right="0" top="0" bottom="0" /> <border name="button_border" left="0" right="0" top="0" bottom="0" />
</frame_geometry> </frame_geometry>