Adjusted window borders

This commit is contained in:
Sam Hewitt 2015-04-11 01:44:51 -04:00
parent 45d8e57e9b
commit 43cca237e1
6 changed files with 14 additions and 6 deletions

View File

@ -61,12 +61,13 @@ UnityDecoration {
UnityDecoration.top {
padding: 0 5px 0 5px;
border-radius: 7px 7px 0px 0px;
border-radius: 3px 3px 0px 0px;
box-shadow: none;
border: 1px solid @unity;
border-bottom-width: 0;
background-color: @unity;
color: @unity_text;
border-top: 1px solid rgba(255,255,255,0.1);
}
UnityDecoration.top.menuitem {

View File

@ -35,7 +35,7 @@
@define-color backdrop_background shade(@background, 0.99);
@define-color backdrop_foreground shade(@foreground, 1.2);
@define-color backdrop_border shade(@border, 1.02);
@define-color backdrop_separator shade(@separator, 0.99);
@define-color backdrop_separator alpha(@separator, 0.9);
@define-color backdrop_text shade(@text, 1.2);
@define-color backdrop_selection shade(@selection, 1.3);

View File

@ -24,7 +24,7 @@
.header-bar {
padding:0;
border: none;
border-radius: 2px 2px 0 0;
border-radius: 3px 3px 0 0;
background-color: @header;
color: @header_text;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),

View File

@ -28,6 +28,13 @@ GtkSeparator,
color: @separator;
}
GtkSeparator:backdrop,
.separator:backdrop,
.pane-separator:backdrop,
.button .separator:backdrop {
color: @backdrop_separator;
}
.pane-separator {
-GtkPaned-handle-size: 2px;
padding: 4px;

View File

@ -23,7 +23,7 @@
.titlebar {
padding:0;
border: none;
border-radius: 2px 2px 0 0;
border-radius: 3px 3px 0 0;
background-color: @header;
color: @header_text;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1),

View File

@ -47,7 +47,7 @@
<!-- GEOMETRY -->
<!-- Focused window -->
<frame_geometry name="normal" title_scale="medium" rounded_top_left="3" rounded_top_right="3">
<frame_geometry name="normal" title_scale="medium" rounded_top_left="2" rounded_top_right="2">
<distance name="left_width" value="1" />
<distance name="right_width" value="1" />
<distance name="bottom_height" value="1" />
@ -60,7 +60,7 @@
</frame_geometry>
<!-- Unfocused window -->
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="3" rounded_top_right="3" parent="normal" >
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="2" rounded_top_right="2" parent="normal" >
<distance name="left_width" value="1" />
<distance name="right_width" value="1" />
<distance name="bottom_height" value="1" />