<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Pavucontrol does not define GTK+3.20 selector"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97087#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Pavucontrol does not define GTK+3.20 selector"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=97087">bug 97087</a>
              from <span class="vcard"><a class="email" href="mailto:chat-to-me@raveit.de" title="Wolfgang Ulbrich <chat-to-me@raveit.de>"> <span class="fn">Wolfgang Ulbrich</span></a>
</span></b>
        <pre>Can you please add missing style classes to pavu-control for gtk+-3.20?
1. one at top level, eg. pavu-control, in result i can use
window.background.pavu-control > box.vertical > notebook {
}
for styling the notebook and others.
2. Adding the style class .frame to the notebook, because most preferences
windows use notebook.frame {}.
So pavu-control will use the same styling from themes without writing extra
code for it.

Curently i need to use a ugly hack for making pavu-control nice.

window.background > box.vertical > notebook {
}

The problem is that GtkNotebook is everywhere in application code, so with such
a setting i match also other application, eg. virt-manager, mate-terminal,
gnome-terminal and others, and i have to override the settings for pavu-control
again.

So adding those 2 style classes will make my live easier, and users will have a
nice linux experience with gtk+-3.20.

Note, also other gnome applications like nautilus have added such a top
selector for gtk+-3.20

Thank you</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>