changeset 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 e6a354b1be3f
children d49665775e8b
files gtk-3.18/gtk.css gtk-3.18/gtk.scss
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gtk-3.18/gtk.css	Wed Feb 01 20:13:28 2017 +0000
+++ b/gtk-3.18/gtk.css	Wed Feb 01 20:16:26 2017 +0000
@@ -4961,7 +4961,7 @@
   color: #fff;
   border-width: 0 0 1px;
   border-style: solid;
-  background-image: linear-gradient(to bottom, #3D3D3D, #454545 20%, #3D3D3D 45%);
+  background-image: linear-gradient(to bottom, #454545 0%, #3D3D3D 45%);
   border-color: shade(#3D3D3D, 0.9);
   box-shadow: inset 0 2px #4c4c4c, inset 0 1px #303030;
   background-color: #3D3D3D; }
--- a/gtk-3.18/gtk.scss	Wed Feb 01 20:13:28 2017 +0000
+++ b/gtk-3.18/gtk.scss	Wed Feb 01 20:16:26 2017 +0000
@@ -109,7 +109,7 @@
     color: $title_fg;
     border-width: 0 0 1px;
     border-style: solid;
-    background-image: linear-gradient(to bottom, $bg_dark_color, lighten($bg_dark_color, 3%) 20%, $bg_dark_color 45%);
+    background-image: linear-gradient(to bottom, lighten($bg_dark_color, 3%) 0%, $bg_dark_color 45%);
     border-color: shade($bg_dark_color, 0.90);
     box-shadow: inset 0 2px $titlebar_highlight, inset 0 1px $header_button_border;
     background-color: $bg_dark_color;