From: Paul Hänsch Date: Mon, 23 Jul 2018 11:48:21 +0000 (+0200) Subject: workaround to display drawer close buttons in konqueror X-Git-Url: http://git.plutz.net/?p=serve0;a=commitdiff_plain;h=3bec8918198647fff324dc30ecc8b0690e7aff0c workaround to display drawer close buttons in konqueror --- 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;