louischan / simplewhite

A minimal theme for Mozilla Firefox.
https://addons.mozilla.org/addon/simplewhite/
Mozilla Public License 2.0
77 stars 20 forks source link

Can't disable perspective effect in New Tab #48

Open inprealpha opened 9 years ago

inprealpha commented 9 years ago

Placing ` @-moz-document url("about:newtab"){

newtab-grid {

perspective: none; } } ` in userChrome doesn't seem to disable perspective effect. Not even stylish works. on latest Firefox with Windows 10

alexsereno commented 9 years ago

@-moz-document url("about:newtab"){

newtab-grid {

perspective: none !important; } }

You're missing the !important. It's important! Haha. Copy and paste the above into Stylish. Or if you want into userChrome.css

inprealpha commented 9 years ago

Still not working. :cry:

alexsereno commented 9 years ago

Hm, works for me on Win10 Nightly just fine. You're putting it in Stylish?

On Thu, Aug 13, 2015 at 1:00 PM, abirwas notifications@github.com wrote:

Still not working. [image: :cry:]

— Reply to this email directly or view it on GitHub https://github.com/louischan/simplewhite/issues/48#issuecomment-130760867 .