for #242: disable move when incompatible add-ons detected

This commit is contained in:
groovecoder
2017-02-27 10:30:15 -06:00
parent c81851e3bd
commit 3fb6976401
3 changed files with 55 additions and 9 deletions
+7 -1
View File
@@ -420,7 +420,13 @@ span ~ .panel-header-text {
margin-block-start: 4px;
}
.container-info-tab-row:not(.clickable) {
#container-info-movetabs-incompat {
font-size: 10px;
opacity: 0.3;
}
.container-info-tab-row:not(.clickable),
.select-row:not(.clickable) {
opacity: 0.3;
}