comparison gtk-3.20/gtk.scss @ 63:0aca06ef7c35

Add two new bugs
author IBBoard <dev@ibboard.co.uk>
date Mon, 18 Sep 2017 19:41:12 +0100
parents 872653c403c4
children 7091813fe00c
comparison
equal deleted inserted replaced
62:e6f584bf0745 63:0aca06ef7c35
8 /// TODO: 8 /// TODO:
9 /// * Firefox GTK3 defaults to grey page background (".background" CSS rule) 9 /// * Firefox GTK3 defaults to grey page background (".background" CSS rule)
10 /// - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618 10 /// - https://bugzilla.mozilla.org/show_bug.cgi?id=1268618
11 /// - Can't fudge this because Synapse uses the background colour and 11 /// - Can't fudge this because Synapse uses the background colour and
12 /// seems to create its own gradient from it 12 /// seems to create its own gradient from it
13 13 /// * Chrome menus use highlight colour for background and foreground
14 /// * Electron and Java (PyCharm) menus have black text on grey (plus
15 /// ugly grey borders, but that might be unavoidable)
14 16
15 $variant: 'light'; 17 $variant: 'light';
16 18
17 // Import the default colours 19 // Import the default colours
18 @import 'colors'; 20 @import 'colors';