77 lines
1.9 KiB
CSS
Raw Normal View History

2015-02-27 17:30:26 -05:00
/* Copyright 2015 Sam Hewitt.
2014-12-13 12:48:16 -05:00
*
* This file is part of the Paper GTK theme.
*
* The Paper GTK theme is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* The Paper GTK theme is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with the Paper GTK theme. If not, see http://www.gnu.org/licenses/.
*/
/**************
* Separators *
**************/
2015-02-27 15:08:13 -05:00
GtkSeparator,
2014-12-19 15:47:55 -05:00
.separator,
.button .separator {
2014-12-16 21:13:11 -05:00
color: @separator;
}
2014-12-18 13:08:32 -05:00
2014-12-13 12:48:16 -05:00
.pane-separator {
-GtkPaned-handle-size: 2px;
2014-12-18 13:08:32 -05:00
padding: 4px;
2014-12-13 12:48:16 -05:00
background-color: @background;
2014-12-18 13:08:32 -05:00
border: 1px solid @separator;
border-left-width: 0px;
border-right-width: 0px;
color: @base;
}
.pane-separator.vertical {
-GtkPaned-handle-size: 2px;
padding: 4px;
background-color: @background;
border: 1px solid @separator;
border-left-width: 0px;
border-right-width: 0px;
2014-12-13 12:48:16 -05:00
color: @base;
}
.pane-separator:hover,
.pane-separator:selected {
2014-12-18 13:08:32 -05:00
color: @selection;
2014-12-13 12:48:16 -05:00
}
.pane-separator:backdrop,
.pane-separator:hover:backdrop {
2014-12-18 13:08:32 -05:00
background-color: @backdrop_background;
2014-12-13 12:48:16 -05:00
}
.notebook .pane-separator,
.notebook .pane-separator:hover {
background-color: @hover_background;
}
.notebook .pane-separator:backdrop,
.notebook .pane-separator:hover:backdrop {
background-color: @base;
}
.sidebar-pane-separator,
.sidebar-pane-separator:hover,
.sidebar-pane-separator:selected {
-GtkPaned-handle-size: 2px;
background-image: none;
2014-12-18 13:08:32 -05:00
background-color: @separator;
2014-12-13 12:48:16 -05:00
border: 1px solid @border;
}