lassekongo83 / plano-theme

A flat theme for GNOME & Xfce4
GNU General Public License v3.0
208 stars 9 forks source link

Window control buttons on Firefox #36

Closed Art-2 closed 5 years ago

Art-2 commented 5 years ago

The control buttons on Firefox are wider than the normal, this was not present before the lastest release. captura de pantalla_2019-01-09_15-00-07

I am using Firefox with the title bar hided: Menu > Customize > [ ] Title Bar

DE: Xfce 4.13

Sorry if this is intented and happy new year.

lassekongo83 commented 5 years ago

Can't really figure out how to style Firefox CSD. My guess would be that this should have fixed it:

#MozillaGtkWidget.background  {
  &.default-decoration,
  headerbar.titlebar {
    button.titlebutton { @extend %titlebutton; }
  }
}

But nothing happens whatever I try.