gnome-integration-team / firefox-gnome-tweak

GNOME Theme Tweak extension for Mozilla Firefox
https://addons.mozilla.org/firefox/addon/gnome-theme-tweak/
Mozilla Public License 2.0
9 stars 1 forks source link

Add option to hide notifications icon popup box #5

Closed ghost closed 10 years ago

ghost commented 10 years ago
@-moz-document url(chrome://browser/content/browser.xul) {

    #urlbar #notification-popup-box {
        display: none !important;
    }

}
seleznev commented 10 years ago

Hm... I don't think that it's good idea. AFAIR, we had problems with review when we had no green background for the #identity-box.

https://wiki.mozilla.org/AMO:Editors/EditorGuide/ThemeReviews#Identity_Boxes

(We have extension in the theme package now. I don't know how reviewers will appreciate this tweak. However, I don't see any another problems)

ghost commented 10 years ago

I can understand this, so changed the subject to affect only notification popup. Also I don't think there is significant need for such option and it can raise more problems, so I close issue :)