Finish "shopping list to stock workflow" (closes #98)

This commit is contained in:
Bernd Bestel
2018-11-17 14:50:52 +01:00
parent db0b48e7ae
commit 6f67619784
6 changed files with 112 additions and 9 deletions

View File

@@ -82,6 +82,10 @@ body.embedded.fixed-nav {
margin-left: 0;
}
iframe {
border: 0;
}
/* Hide the default up/down arrow buttons for number inputs because we use our own buttons in numberpicker */
input[type='number'] {
-moz-appearance: textfield;