From 94a7ea359024d9d78fb528e107fa8f918e244c2c Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 5 Oct 2020 06:51:05 +1100 Subject: [PATCH 1/2] Change background to background colour and more Change background to background-color and made it more darker when you click on an icon. --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7ba21e1..0e876c5 100644 --- a/style.css +++ b/style.css @@ -16,5 +16,8 @@ height: 24px; } #formatter img:hover { - background: #e6e6e6; + background-color: #e6e6e6; +} +#formatter img:active { + background-color: grey; } From ca15159732267d2d12d6baae03575c58c9474601 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 5 Oct 2020 10:43:17 +1100 Subject: [PATCH 2/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0e876c5..eb09ce1 100644 --- a/style.css +++ b/style.css @@ -19,5 +19,5 @@ background-color: #e6e6e6; } #formatter img:active { - background-color: grey; + background-color: #c9c9c9; }