Merge pull request #276 from mozilla/disable-move-242

for #242: disable move when incompatible add-ons detected
This commit is contained in:
luke crouch
2017-02-27 15:19:54 -06:00
committed by GitHub
3 changed files with 55 additions and 9 deletions
+7 -1
View File
@@ -427,7 +427,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;
}