comparison gtk-3.0/gtk.scss @ 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
comparison
equal deleted inserted replaced
22:cb3e1a45b770 23:279a2801a81b
249 .header-bar .button.titlebutton:checked:hover:backdrop, 249 .header-bar .button.titlebutton:checked:hover:backdrop,
250 .titlebar .button.titlebutton:checked:hover:backdrop { 250 .titlebar .button.titlebutton:checked:hover:backdrop {
251 color: $fg_dark_color; 251 color: $fg_dark_color;
252 background-image: none; 252 background-image: none;
253 background-color: $header_button_checked; 253 background-color: $header_button_checked;
254 border-color: transparent;
254 box-shadow:none; 255 box-shadow:none;
255 text-shadow: none; 256 text-shadow: none;
256 icon-shadow: none; 257 icon-shadow: none;
257 } 258 }
258 .header-bar .suggested-action.button, 259 .header-bar .suggested-action.button,