blacklists: refactor blacklist html+css.
* Consolidate blacklist css in one file. * blacklist box: fix tag colors not dimming on hover. * blacklist box: allow middle clicking on tags to open in new tab. * /wiki_pages: move blacklist controls to top of tag sidebar. * /wiki_pages: fix missing "disable all" / "re-enable all" buttons.
This commit is contained in:
@@ -65,23 +65,6 @@ div#page {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
aside#sidebar > section#blacklist-box ul {
|
||||
margin-left: 1em;
|
||||
|
||||
li {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $link_color;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
span {
|
||||
color: #AAA;
|
||||
}
|
||||
}
|
||||
|
||||
section#content {
|
||||
overflow: visible;
|
||||
margin-left: 15em;
|
||||
|
||||
Reference in New Issue
Block a user