diff --git a/src/csui/src/components/SupportLevelIndicator.vue b/src/csui/src/components/SupportLevelIndicator.vue index 51235f1..472138b 100644 --- a/src/csui/src/components/SupportLevelIndicator.vue +++ b/src/csui/src/components/SupportLevelIndicator.vue @@ -8,7 +8,7 @@
- +
Community
@@ -35,7 +35,7 @@ You have manually changed settings for this site. The extension is doing what you told it to do.
-
+
Not supported
@@ -113,7 +113,7 @@ export default { } } - &.no-support { + &.officially-disabled { background-color: rgb(132, 24, 40); color: #eee; @@ -122,6 +122,15 @@ export default { } } + &.no-support { + background-color: rgb(83, 76, 77); + color: #eee; + + .mdi { + fill: #eee !important; + } + } + &.user-added { border: 1px solid #ff0;