HC: wide separator styling

https://bugzilla.gnome.org/show_bug.cgi?id=740862
This commit is contained in:
Jakub Steiner 2014-12-01 17:26:11 +01:00
parent 5e71a49d5a
commit cf7851b948
2 changed files with 26 additions and 0 deletions

View File

@ -1904,6 +1904,19 @@ GtkPaned {
}
}
GtkPaned.wide { // this is for the paned with wide separator
-GtkPaned-handle-size: 5; // wider separator here
margin: 0; // no need of the invisible drag area so, reset margin
.pane-separator {
background-color: transparent;
border-style: none solid;
border-color: $borders_color;
border-width: 1px;
}
&.vertical .pane-separator { border-style: solid none;}
.pane-separator:backdrop { border-color: $backdrop_borders_color; }
}
/**************
* GtkInfoBar *
**************/

View File

@ -2047,6 +2047,19 @@ GtkPaned {
.pane-separator:backdrop {
background-image: linear-gradient(to bottom, #8b8b8b); }
GtkPaned.wide {
-GtkPaned-handle-size: 5;
margin: 0; }
GtkPaned.wide .pane-separator {
background-color: transparent;
border-style: none solid;
border-color: #7f7f7f;
border-width: 1px; }
GtkPaned.wide.vertical .pane-separator {
border-style: solid none; }
GtkPaned.wide .pane-separator:backdrop {
border-color: #8b8b8b; }
/**************
* GtkInfoBar *
**************/