]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/nav.scss
material: disable editing of entry url input when submitting new url
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / nav.scss
index 1a25a5beb4f405bdcc9711536bd91d882bee8f06..7898f662c251cda57fe5ac63b804ffbba5545687 100644 (file)
@@ -95,6 +95,11 @@ nav {
     display: flex;
     flex: 1;
   }
+
+  &.nav-panel-add form.disabled,
+  &.nav-panel-add form.disabled input {
+    background-color: whitesmoke;
+  }
 }
 
 #button_filters {