Adjust reverser button styling, make it work on tag change

This commit is contained in:
Bryan Housel
2017-03-03 16:59:59 -05:00
parent 74155a9286
commit b1b47760ac
2 changed files with 55 additions and 14 deletions
+5 -2
View File
@@ -1368,10 +1368,13 @@ input[type=number] {
.checkselect .reverser.button {
display: block;
float: right;
background: #7092ff;
background-color: #eff2f7;
border: 1px solid #ccd5e3;
border-radius: 2px;
padding: 0px 8px;
color: white;
}
[dir='rtl'] .checkselect .reverser.button {
float: left;
}
.checkselect .reverser.button.hide {
display: none;