]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/nav.scss
Label replaced by a button on the nav search form
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / nav.scss
index 99a048b055e8242363e93b3cf179e4afa6b89182..f5447b8c45623c7930007b24da20ff137d4809d3 100644 (file)
@@ -68,7 +68,6 @@ nav .nav-wrapper i {
   .input-field input {
     display: block;
     line-height: inherit;
-    padding-left: 4rem !important;
     width: calc(100% - 8rem);
     height: 4.1rem;
   }
@@ -117,6 +116,16 @@ nav .nav-wrapper i {
   }
 }
 
+.nav-form-button {
+  padding: 0 1rem;
+  background-color: transparent;
+  border: none;
+
+  &:focus {
+    background-color: inherit;
+  }
+}
+
 #button_filters {
   display: none;
 }