Made unprepared spells hidable

This commit is contained in:
Thaum
2015-02-16 10:28:44 +00:00
parent 826575263e
commit 28aed14cda
5 changed files with 60 additions and 23 deletions

View File

@@ -6,3 +6,11 @@
width: 32px;
height: 32px;
}
#spells .inventoryItem paper-checkbox{
pointer-events: initial;
}
#spells paper-checkbox /deep/ #ink {
color: #009688;
}