From ba562c284bb12e6da78315d44e38fe1f13d91390 Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 11 Aug 2020 07:10:58 +0200 Subject: [PATCH] Improved: Small visual things in popup, statistics and options page (#74) --- icons/settings-dark.svg | 61 ++++++++++++++++++++------------- pages/options/options.html | 2 +- pages/statistics/statistics.css | 2 +- pages/updates/updates.html | 1 + 4 files changed, 41 insertions(+), 25 deletions(-) diff --git a/icons/settings-dark.svg b/icons/settings-dark.svg index 6c92ddde..2e450a7e 100644 --- a/icons/settings-dark.svg +++ b/icons/settings-dark.svg @@ -16,7 +16,7 @@ viewBox="0 0 478.703 478.703" style="enable-background:new 0 0 478.703 478.703;" xml:space="preserve" - sodipodi:docname="settings.svg" + sodipodi:docname="settings-dark.svg" inkscape:version="0.92.3 (2405546, 2018-03-11)">image/svg+xml + style="fill:#777777;fill-opacity:1"> + style="fill:#777777;fill-opacity:1"> + style="fill:#777777;fill-opacity:1" /> + style="fill:#777777;fill-opacity:1" /> + id="g1034" + style="fill:#777777;fill-opacity:1"> + id="g1036" + style="fill:#777777;fill-opacity:1"> + id="g1038" + style="fill:#777777;fill-opacity:1"> + id="g1040" + style="fill:#777777;fill-opacity:1"> + id="g1042" + style="fill:#777777;fill-opacity:1"> + id="g1044" + style="fill:#777777;fill-opacity:1"> + id="g1046" + style="fill:#777777;fill-opacity:1"> + id="g1048" + style="fill:#777777;fill-opacity:1"> + id="g1050" + style="fill:#777777;fill-opacity:1"> + id="g1052" + style="fill:#777777;fill-opacity:1"> + id="g1054" + style="fill:#777777;fill-opacity:1"> + id="g1056" + style="fill:#777777;fill-opacity:1"> + id="g1058" + style="fill:#777777;fill-opacity:1"> + id="g1060" + style="fill:#777777;fill-opacity:1"> + id="g1062" + style="fill:#777777;fill-opacity:1"> \ No newline at end of file diff --git a/pages/options/options.html b/pages/options/options.html index f05893e9..806e4881 100644 --- a/pages/options/options.html +++ b/pages/options/options.html @@ -192,7 +192,7 @@
  • Changelog (In-App)
  • Donate (In-App)
  • FAQ (In-App)

  • -
  • Statistic (In-App)

  • +
  • Statistics (In-App)

  • Source (www.codeberg.org)
  • Website (www.localcdn.org)
  • Testing Utility (www.localcdn.org/test)
  • diff --git a/pages/statistics/statistics.css b/pages/statistics/statistics.css index d3e140b1..f2f2cc9c 100644 --- a/pages/statistics/statistics.css +++ b/pages/statistics/statistics.css @@ -41,7 +41,7 @@ select { } select:hover, .button:hover { - background-color: #e6e6e6; + filter: contrast(.5); } select, .button { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 7607b769..69bc9289 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -39,6 +39,7 @@
  • Added CDN: cdn.bootcss.net (#77)
  • Added: 'Monero' (Donations page)
  • Added: Statistics icon in popup
  • +
  • Improved: Small visual things in popup, statistics and options page