Add flask icon to sidebar for features not enabled

This commit is contained in:
mDuo13
2019-01-28 22:09:04 -08:00
parent 8b72608144
commit cefc36510b
4 changed files with 43 additions and 18 deletions

View File

@@ -989,6 +989,19 @@ a.current {
}
/* Status labels ("DEV" etc) for non-enabled features ----------------------- */
.status {
cursor: help;
padding: 1px 2px;
font-weight: normal;
text-indent: 0;
}
.status.not_enabled {
color: #0F72E5;
}
/* Responsive design for different viewscreens ------------------------------ */
@media (max-width: 991px) {