]> 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 7191a71a4db115f0763806987abdb8b23e17e5e3..f5447b8c45623c7930007b24da20ff137d4809d3 100644 (file)
@@ -116,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;
 }