From cdfe72fadaa1dc67a80a7a076825b3f1accabacc Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 12 Jun 2021 00:04:17 +0200 Subject: [PATCH] Use dedicated icons for the whitelist toggle For #535 --- browserAction/browserAction.css | 4 +- icons/browserAction-CBoff.svg | 91 +++++++++++++++++++++++++++++++++ icons/browserAction-CBon.svg | 89 ++++++++++++++++++++++++++++++++ 3 files changed, 182 insertions(+), 2 deletions(-) create mode 100644 icons/browserAction-CBoff.svg create mode 100644 icons/browserAction-CBon.svg diff --git a/browserAction/browserAction.css b/browserAction/browserAction.css index af18fe2..83de871 100644 --- a/browserAction/browserAction.css +++ b/browserAction/browserAction.css @@ -38,8 +38,8 @@ div { background-image: radial-gradient(black, rgba(0, 0, 0, 0), transparent);; } #addonStatus.off { - background-image: url(../icons/browserAction-whitelisted.svg); + background-image: url(../icons/browserAction-CBoff.svg); } #addonStatus.on { - background-image: url(../icons/browserAction-notPrinted.svg); + background-image: url(../icons/browserAction-CBon.svg); } \ No newline at end of file diff --git a/icons/browserAction-CBoff.svg b/icons/browserAction-CBoff.svg new file mode 100644 index 0000000..ddd4df2 --- /dev/null +++ b/icons/browserAction-CBoff.svg @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/browserAction-CBon.svg b/icons/browserAction-CBon.svg new file mode 100644 index 0000000..2b9b980 --- /dev/null +++ b/icons/browserAction-CBon.svg @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + +