From 8a44398d363e5bdac915846d6dae86a38f65f1e1 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 6 Jun 2020 14:50:40 +0200 Subject: [PATCH] Added donate label --- pages/statistics/statistics.css | 17 +++++++++++++++-- pages/statistics/statistics.html | 1 + 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pages/statistics/statistics.css b/pages/statistics/statistics.css index 34be8896..f16027e4 100644 --- a/pages/statistics/statistics.css +++ b/pages/statistics/statistics.css @@ -19,7 +19,7 @@ header { border-bottom: solid #d3d3d3 1px; display: flex; position: relative; - padding: 8px; + padding: 8px 15px 15px 4px; } .panel { @@ -141,6 +141,14 @@ footer { color: white; } +#label-donate { + cursor: pointer; + background-color: #f0f0f0; + color: #737373; + font-weight: 600; + margin: 0px 5px; +} + /** * Icons */ @@ -167,12 +175,17 @@ footer { float: right; font-size: 12px; padding: 5px; + display: flex; } -#donate-button:hover { +#donate-button:hover #donate-button-svg { transform: scale(1.3); } +#donate-button:hover #label-donate { + text-decoration: underline; +} + #donate-button-svg { background-size: cover; width: 15px; diff --git a/pages/statistics/statistics.html b/pages/statistics/statistics.html index 2e0ea569..73934f1c 100644 --- a/pages/statistics/statistics.html +++ b/pages/statistics/statistics.html @@ -28,6 +28,7 @@
LocalCDN