changeset 23:279a2801a81b

Fix light border on close button when closing background windows
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Nov 2016 20:07:22 +0000
parents cb3e1a45b770
children 1b8713fff1e1
files gtk-3.0/gtk.css gtk-3.0/gtk.scss
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gtk-3.0/gtk.css	Sun Oct 02 20:29:24 2016 +0100
+++ b/gtk-3.0/gtk.css	Sun Nov 13 20:07:22 2016 +0000
@@ -4919,6 +4919,7 @@
   color: #dddddd;
   background-image: none;
   background-color: #303030;
+  border-color: transparent;
   box-shadow: none;
   text-shadow: none;
   icon-shadow: none; }
--- a/gtk-3.0/gtk.scss	Sun Oct 02 20:29:24 2016 +0100
+++ b/gtk-3.0/gtk.scss	Sun Nov 13 20:07:22 2016 +0000
@@ -251,6 +251,7 @@
     color: $fg_dark_color;
     background-image: none;
     background-color: $header_button_checked;
+    border-color: transparent;
     box-shadow:none;
     text-shadow: none;
     icon-shadow: none;