Comment 52 for bug 762349

Revision history for this message
Johan Boule (johan-boule) wrote :

In Unbuntu 16.10, the easy fix in ~/.config/gtk-3.0/gtk.css does not work anymore.

I used to simply have this in that file :

  .notebook tab:active {
   background-color: @selected_bg_color;
  }

But now, gedit does not take it into account anymore (neither gnome-terminal but afaik they unfortunately hacked something specific just to workaround the problem locally, and indeed it's now better-looking in that app now).

Does anyone know what's the new css class to style to get *all* gtk tabs look fine ?