paper-gtk-theme/Paper/gtk-3.0/widgets/separators.css

78 lines
1.8 KiB
CSS
Raw Normal View History

2015-02-27 23:30:26 +01:00
/* Copyright 2015 Sam Hewitt.
2014-12-13 18:48:16 +01: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 21:08:13 +01:00
GtkSeparator,
2014-12-19 21:47:55 +01:00
.separator,
2015-03-01 17:51:13 +01:00
.pane-separator,
2014-12-19 21:47:55 +01:00
.button .separator {
2014-12-17 03:13:11 +01:00
color: @separator;
}
2014-12-18 19:08:32 +01:00
2014-12-13 18:48:16 +01:00
.pane-separator {
-GtkPaned-handle-size: 2px;
2014-12-18 19:08:32 +01:00
padding: 4px;
2014-12-13 18:48:16 +01:00
background-color: @background;
2014-12-18 19:08:32 +01:00
border: 1px solid @separator;
2015-04-09 19:30:59 +02:00
border-width: 0px;
2014-12-18 19:08:32 +01:00
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 18:48:16 +01:00
color: @base;
}
.pane-separator:hover,
.pane-separator:selected {
2014-12-18 19:08:32 +01:00
color: @selection;
2014-12-13 18:48:16 +01:00
}
.pane-separator:backdrop,
.pane-separator:hover:backdrop {
2014-12-18 19:08:32 +01:00
background-color: @backdrop_background;
2014-12-13 18:48:16 +01:00
}
.notebook .pane-separator,
.notebook .pane-separator:hover {
2015-03-01 17:51:13 +01:00
background-color: @background;
2014-12-13 18:48:16 +01:00
}
.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 19:08:32 +01:00
background-color: @separator;
2014-12-13 18:48:16 +01:00
border: 1px solid @border;
2015-03-11 06:10:29 +01:00
}