From ddb9470099939e926d5f921a53b17743c0efd0d0 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 1 Apr 2020 01:23:00 +0200 Subject: [PATCH] dropdown... --- threadr/style.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 5c298f6..86c2840 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -317,22 +317,14 @@ ul.list li a.active { .dropdown-content { display: none; - position: static; + float: none; + position: relative; 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 { - float: none; - color: %COLOR_BEIGE%; - padding: 12px 16px; - text-decoration: none; - display: block; - text-align: left; -} - .dropdown-content a:hover { background-color: %COLOR_CYAN%; }