Danbooru

Removing Blacklist box

Posted under Bugs & Features

I have found old topic about this forum #16771. However CSS which was supposed to remove Blacklist box:
#blacklist-box {display:none}
Doesn't seem to work anymore... Is there somekind of new code to use this option once more? I really like the idea but it somehow doesn't work for me

IgorGeneral said:

I have found old topic about this forum #16771. However CSS which was supposed to remove Blacklist box:
#blacklist-box {display:none}
Doesn't seem to work anymore... Is there somekind of new code to use this option once more? I really like the idea but it somehow doesn't work for me

Odd, it should work, but for me it doesn't either. For me the following does work:

#blacklist-box {
    display: none !important;
}
1