It would be awesome to have additional CSS styling tags! I'm trying to figure out how to access all the elements from CSS using GTK_DEBUG=interactive, but from what I can see a lot of elements simply don't have what I'm looking for...
Of course, it might just be a lack of documentation, but it would be nice to have .active on the currently selected category button!
It might be possible to select, for example, the whole bar that contains the categories with window.background box.vertical box.horizontal[2/6], but I couldn't get it working.
It would be awesome to have additional CSS styling tags! I'm trying to figure out how to access all the elements from CSS using
GTK_DEBUG=interactive, but from what I can see a lot of elements simply don't have what I'm looking for...Of course, it might just be a lack of documentation, but it would be nice to have
.activeon the currently selected category button!It might be possible to select, for example, the whole bar that contains the categories with
window.background box.vertical box.horizontal[2/6], but I couldn't get it working.