johngraciliano / simplewhite

A minimal theme for Mozilla Firefox.
https://addons.mozilla.org/addon/simplewhitex/
Mozilla Public License 2.0
44 stars 4 forks source link

Active tab is not visible #46

Closed 100fanti closed 6 years ago

100fanti commented 7 years ago

Firefox Nightly 55.0a1 (2017-05-20) Active tab is not visible.

1

suishouen commented 7 years ago

Try the follwing:

.tabbrowser-tab[selected] {
  background: rgba(251,251,251,1) !important;
}