Added ability to add/remove basic conditions

Conditions are those listed in ./lib/methods/conditions.js
This commit is contained in:
Jacob
2017-07-16 04:27:32 +01:00
parent be92ef224c
commit b3ef43eb70
16 changed files with 316 additions and 54 deletions

View File

@@ -0,0 +1,11 @@
.condition-library-dialog .item.selected {
background-color: #e4e4e4;
}
.condition-library-dialog table {
border-collapse: collapse;
}
.condition-library-dialog .library-condition td, tr {
position: relative;
}