1
0

Added Ingredient#toggle and dimming hidden items

This commit is contained in:
cryptogopher
2019-10-27 22:18:00 +01:00
parent 3cec0847df
commit 67efb6c6bc
8 changed files with 54 additions and 32 deletions

BIN
assets/images/eye.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 433 B

View File

@@ -1,4 +1,5 @@
table.list tr.quantity.primary td.name {font-weight: bold;}
table.list tr.ingredient.hidden {opacity: 0.4}
table.list td.action,
table.list td.value {text-align: right;}
table.list td.action,
@@ -6,3 +7,4 @@ table.list td.name {white-space: nowrap;}
.icon-move-left { background-image: url(../images/1leftarrow.png); }
.icon-move-right { background-image: url(../images/1rightarrow.png); }
.icon-eye { background-image: url(../images/eye.png); }