]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/various.scss
Label replaced by a button on the nav new entry form
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / various.scss
index 7daf40ec6ecb6891c367178a6dc23df6e44ab094..9d2f94f57b07e462f5306ae63f38a78c5d7e0751 100644 (file)
@@ -21,6 +21,17 @@ div.settings div.file-field {
 
 nav .input-field input {
   margin: 0;
+  padding-left: 0.5rem;
+}
+
+.new-entry-button {
+  padding: 0 1rem;
+  background-color: transparent;
+  border: none;
+
+  &:focus {
+    background-color: inherit;
+  }
 }
 
 .tabs {