From 1d1b4474e999c3900410e6722b7dba2d3c3b5633 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Thu, 30 Jun 2022 16:57:02 +0200 Subject: [PATCH] Enhanced dropdown layout - Hover effects. - Link color. --- version.css | 7 ++++--- version.js | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/version.css b/version.css index 99744954..941eafdf 100644 --- a/version.css +++ b/version.css @@ -10,7 +10,7 @@ /* Dropdown button on hover & focus */ .dropbtn:hover, .dropbtn:focus { - background-color: #2980B9; + background-size: 0.8em; } /* The container
- needed to position the dropdown content */ @@ -25,13 +25,14 @@ position: absolute; background-color: #f1f1f1; min-width: 160px; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4); z-index: 1; } /* Links inside the dropdown */ .dropdown-content a { - color: black; + # color: black; + color: #3A568E; padding: 4px 6px; text-decoration: none; display: block; diff --git a/version.js b/version.js index 3307f57a..7461bfbb 100644 --- a/version.js +++ b/version.js @@ -1,5 +1,5 @@ const versions = { - "main": "v1.10.2-dev1+g4b4c680 (main)", + "main": "v1.10.2-dev1 (main)", "v1.10.1": "v1.10.1 (latest)" };