diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 08433a9..adf65fb 100644 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -334,6 +334,8 @@ row:disabled, row:disabled label { color: @insensitive_fg_color; } + + /* * this is to prevent autohidable scrollbars to appear on top of content that might need to be displayed or clicked. * I wish they could be forced to stay always visible, but I haven't found how. @@ -1066,7 +1068,7 @@ notebook > header > tabs > arrow { } notebook > header > tabs > arrow:disabled { - color: black; + color: @insensitive_fg_color; } notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down { diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css index e55618f..e280513 100644 --- a/gtk-4.0/gtk.css +++ b/gtk-4.0/gtk.css @@ -375,6 +375,9 @@ row:disabled, row:disabled label { color: @insensitive_fg_color; } + + + /* * this is to prevent autohidable scrollbars to appear on top of content that might need to be displayed or clicked. * I wish they could be forced to stay always visible, but I haven't found how. @@ -1111,7 +1114,7 @@ notebook > header > tabs > arrow { } notebook > header > tabs > arrow:disabled { - color: black; + color: @insensitive_fg_color; } notebook > header.top > tabs > arrow.down, notebook > header.bottom > tabs > arrow.down {