GNOME Bugzilla – Bug 753397
[HighContrast] GtkPathBar icons (root/home) are black on black and need more padding
Last modified: 2015-09-04 06:11:57 UTC
Created attachment 308954 [details] Screenshot, from a filechooser. See (or not) the “root folder” icon, and the lack of right padding of “triton”’s one. When using the HighContrast theme, the GtkPathBar widget (as seen in the filechooser) has “root” and “user’s home” icons (are there some others?) that are displayed black on black on the current folder. And the “user’s home” one needs more padding at the right, for separation with the user’s home folder name.
I think this will probably be fixed as a side-effect of the GtkPathBar rewrite. Right, Carlos ?
This takes care about the padding issue. commit 57894ec55b85bed7acbc669963b9c5416af9bb37 Author: Lapo Calamandrei <calamandrei@gmail.com> Date: Thu Sep 3 16:46:36 2015 +0200 HC: fix pathbar paddings. See https://bugzilla.gnome.org/show_bug.cgi?id=753397 for details.
The black icons issue doesn't look like a theme bug to me.
Created attachment 310606 [details] Screenshot of the black pathbar icon not being overridden by the inspector css
it isn't a theme bug
(In reply to Matthias Clasen from comment #1) > I think this will probably be fixed as a side-effect of the GtkPathBar > rewrite. Right, Carlos ? Probably yes, I will use a composite widget as much as I can (although the allocation will be somewhat tricky anyway), so it should change for 3.20.
Looks like “GtkPathBar { color:red; }” works for changing the color of the icons (and “GtkPathBar * { color:red; }” for the texts).