PerfectSlayer / scrollupfolder

A firefox addon wich goes up a folder of a website.
https://addons.mozilla.org/fr/firefox/addon/scroll-up-folder/
Other
21 stars 9 forks source link

bug: popup colors #75

Open atomGit opened 3 weeks ago

atomGit commented 3 weeks ago

v 6.1.1resigned1

the link font and link background colors in the popup are both black in my case

fix...

@-moz-document url("moz-extension://[id]/popup/panel.html") {
    @layer {
        html, body {
            color: unset !important;
        }
    }
    div.panel div:hover {
        background-color: #444 !important;
    }
}