]> BookStack Code Mirror - bookstack/commitdiff
Fixed search icon overalapping input in header
authorDan Brown <redacted>
Sun, 27 May 2018 18:51:32 +0000 (19:51 +0100)
committerDan Brown <redacted>
Sun, 27 May 2018 18:51:32 +0000 (19:51 +0100)
Fixes #859

resources/assets/sass/_header.scss

index 3dce271b8f75e2e545f8a1db03157359846a6677..2f87b8601ea9dabb8914076e898ff5ce8142ad10 100644 (file)
@@ -90,10 +90,14 @@ header .search-box {
     background-color: rgba(0, 0, 0, 0.2);
     border: 1px solid rgba(255, 255, 255, 0.3);
     color: #EEE;
+    z-index: 2;
   }
   button {
-    color: #EEE;
     fill: #EEE;
+    z-index: 1;
+    svg {
+      margin-right: 0;
+    }
   }
   ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #DDD;
Morty Proxy This is a proxified and sanitized view of the page, visit original site.