Fixed the CSS further (this time: NO beautifiers).

This commit is contained in:
Simon Beginn
2020-01-24 23:38:56 +01:00
parent 157dfb3f03
commit 74dc5b0ceb
3 changed files with 1665 additions and 5738 deletions

View File

@@ -0,0 +1,16 @@
.servers-list .server .server-info .server-output-link-viewer {
display: none;
}
.servers-list .server .server-info .server-graph-viewer {
display: none;
}
.enterprise-plus .navbar .enterprise-upgrade, .enterprise-plus-license .navbar .enterprise-upgrade, .enterprise-plus .navbar .enterprise-plus-upgrade, .enterprise-plus-license .navbar .enterprise-plus-upgrade {
display: none;
}
.enterprise-modal .enterprise-buttons .premium-switch, .enterprise-modal .enterprise-buttons .enterprise-switch, .enterprise-modal .enterprise-buttons .enterprise-plus-switch {
display: none;
}
.enterprise-modal .modal .enterprise-info .premium-plan,
.enterprise-modal .modal .enterprise-info .enterprise-plan {
display: none;
}