From 3bec8918198647fff324dc30ecc8b0690e7aff0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 23 Jul 2018 13:48:21 +0200 Subject: [PATCH] workaround to display drawer close buttons in konqueror --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 8f5777b..74944ab 100644 --- a/style.css +++ b/style.css @@ -75,8 +75,8 @@ a[href="#advsearch"]:before { border: 1px none; overflow: hidden; background-color: #333; - z-index: 1; transition: max-height .3s linear; + z-index: 1; } #bookmarks { left: 0; width: 30%; @@ -106,7 +106,7 @@ a[href="#advsearch"]:before { #prefs a[href="#"] { display: block; position: absolute; - top: -2em; line-height: 2em; + margin-top: -2em; line-height: 2em; padding: 0 .75em; font-weight: bold; background-color: inherit; -- 2.39.2