Add reverser button to onewayCheck field

This commit is contained in:
Bryan Housel
2017-03-03 11:58:02 -05:00
parent 6a85e5483c
commit 74155a9286
10 changed files with 80 additions and 28 deletions
+12 -2
View File
@@ -679,8 +679,6 @@ button.save.has-count .count::before {
}
.feature-list-pane .inspector-body {
top: 120px;
}
@@ -1367,6 +1365,18 @@ input[type=number] {
opacity: .5;
}
.checkselect .reverser.button {
display: block;
float: right;
background: #7092ff;
border-radius: 2px;
padding: 0px 8px;
color: white;
}
.checkselect .reverser.button.hide {
display: none;
}
/* Preset form radio button */
.toggle-list button.remove {