comparison gtk-3.18/gtk.scss @ 40:1373809b1c32

Incorporate GTK 3.20 header gradient fix into 3.18
author IBBoard <dev@ibboard.co.uk>
date Wed, 01 Feb 2017 20:16:26 +0000
parents cb3e1a45b770
children
comparison
equal deleted inserted replaced
39:e6a354b1be3f 40:1373809b1c32
107 .header-bar, 107 .header-bar,
108 .titlebar, GtkApplicationWindow.fullscreen { 108 .titlebar, GtkApplicationWindow.fullscreen {
109 color: $title_fg; 109 color: $title_fg;
110 border-width: 0 0 1px; 110 border-width: 0 0 1px;
111 border-style: solid; 111 border-style: solid;
112 background-image: linear-gradient(to bottom, $bg_dark_color, lighten($bg_dark_color, 3%) 20%, $bg_dark_color 45%); 112 background-image: linear-gradient(to bottom, lighten($bg_dark_color, 3%) 0%, $bg_dark_color 45%);
113 border-color: shade($bg_dark_color, 0.90); 113 border-color: shade($bg_dark_color, 0.90);
114 box-shadow: inset 0 2px $titlebar_highlight, inset 0 1px $header_button_border; 114 box-shadow: inset 0 2px $titlebar_highlight, inset 0 1px $header_button_border;
115 background-color: $bg_dark_color; 115 background-color: $bg_dark_color;
116 } 116 }
117 .header-bar:backdrop, 117 .header-bar:backdrop,