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

Mozilla may limit @ -moz-document very soon #9

Closed johngraciliano closed 8 years ago

johngraciliano commented 8 years ago

For security reasons, Mozilla may soon limit @-moz-document to user and UA sheets. I used @-moz-document in the theme (probably needlessly, or so I hope) to prevent some rules from being applied in pages where they do not belong. I tried the code with trial build linked in the reference. That build breaks some of the sections I had worked on, in particular the preferences page. I must eliminate the use of @-moz-document I introduced in the theme. With some luck this was after v2.2b18.x1.02.

johngraciliano commented 8 years ago

I made corrections to ostarget/general/global/common.css and ostarget/darwin/global/common.css to eliminate the use of @-moz-document in the theme.