]> git.plutz.net Git - serve0/commitdiff
workaround to display drawer close buttons in konqueror
authorPaul Hänsch <paul@plutz.net>
Mon, 23 Jul 2018 11:48:21 +0000 (13:48 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 23 Jul 2018 11:48:21 +0000 (13:48 +0200)
style.css

index 8f5777beebea0b644128c11cdd3f4337c368f639..74944ab86413798dfaf1f7baef3f957b174a96c4 100644 (file)
--- 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;