joelshepherd / tabliss

A beautiful, customisable New Tab page for Firefox, Chrome, and Edge.
https://tabliss.io
GNU General Public License v3.0
2.25k stars 295 forks source link

Do not disable the Custom CSS widget when hiding all widgets #242

Open locness3 opened 4 years ago

dimateos commented 3 months ago

Yesss, in my case I use it to dim UI widgets... including the cog and eye that is also displayed when all widgets are hidden:

  .Dashboard.dark {
    color: #ffffff50 !important;
  }

So when I hide all widgets the go bright again XD