# HG changeset patch # User IBBoard # Date 1479067642 0 # Node ID 279a2801a81b909ad7d2f0481901fa565df3cd94 # Parent cb3e1a45b7702217225f0dad89cf89448f3b96fc Fix light border on close button when closing background windows diff -r cb3e1a45b770 -r 279a2801a81b gtk-3.0/gtk.css --- 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; } diff -r cb3e1a45b770 -r 279a2801a81b gtk-3.0/gtk.scss --- 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;