diff --git a/pages/base.css b/pages/base.css index 3bed3c31..9f5bb79c 100644 --- a/pages/base.css +++ b/pages/base.css @@ -236,17 +236,6 @@ textarea { visibility: hidden; } -#chromium-banner { - background-color: #ffcccc; - border: 1px solid red; - border-radius: 3px; - display: none; - font-weight: bold; - margin-top: 20px; - padding: 0.8em; - text-align: center; -} - #notice-locale { background-color: #ffa500; border-radius: 3px; diff --git a/pages/options/options.css b/pages/options/options.css index 1a66798b..87bfd10d 100644 --- a/pages/options/options.css +++ b/pages/options/options.css @@ -406,6 +406,17 @@ body[dir="rtl"] .input-text { width: 10px; } +.chromium-banner { + background-color: #ffcccc; + border: 1px solid red; + border-radius: 3px; + display: none; + font-weight: bold; + margin-top: 20px; + padding: 0.8em; + text-align: center; +} + @media only screen and (max-width: 760px) { .div-badge { border: none; @@ -452,4 +463,9 @@ body[dir="rtl"] .input-text { .options-help-icon { background-image: url("../../icons/help-light.svg"); } + + .chromium-banner { + background-color: #A20B0B; + color: white; + } } diff --git a/pages/options/options.html b/pages/options/options.html index 61860783..e076b433 100644 --- a/pages/options/options.html +++ b/pages/options/options.html @@ -35,7 +35,7 @@ -
Non-Firefox browsers do not support all features of LocalCDN. Read more
+
Non-Firefox browsers do not support all features of LocalCDN. Read more
diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 9fec3ce5..19916890 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -52,6 +52,7 @@

Improved

Removed