From e31750ac2ee9171c4d10f5879b97bdec1e2abb66 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:30:45 +0200 Subject: [PATCH] dopdrown --- threadr/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 1ed76c1..391d0dc 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -317,23 +317,23 @@ ul.list li a.active { .dropdown-content { display: none; - position: relative; + position: static; background-color: %COLOR_BLUE%; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } -.dropdown-content a { +a.dropdown-link { float: none; color: %COLOR_BEIGE%; - padding: 12px 16px; + padding: 14px 16px; text-decoration: none; display: block; text-align: left; } -.dropdown-content a:hover { +a.dropdown-link:hover { background-color: %COLOR_CYAN%; }