diff --git a/src/css/support.css b/src/css/support.css index e804e3f71..d2777dcec 100644 --- a/src/css/support.css +++ b/src/css/support.css @@ -54,6 +54,11 @@ body.filterIssue #moreButton { display: none; } +body.shouldUpdate:not(.updated) .e .createEntry { + opacity: 0.25; + pointer-events: none; +} + body:not(.shouldUpdate) .shouldUpdate { display: none; } diff --git a/src/support.html b/src/support.html index 206e20a51..79279be17 100644 --- a/src/support.html +++ b/src/support.html @@ -75,7 +75,7 @@
-