Updated links to new hash variant and cleaned up About and Option panes

This commit is contained in:
n1474335 2017-06-16 15:36:42 +00:00
parent 685f7a4f00
commit 4363da534d
9 changed files with 55 additions and 34 deletions

View file

@ -14,6 +14,10 @@
margin: 10px;
}
.option-item label {
font-weight: normal;
}
.option-item input[type=number] {
margin: 15px 10px;
width: 80px;

View file

@ -202,6 +202,11 @@ optgroup {
border-color: var(--primary-border-colour);
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
background-color: var(--primary-border-colour);
color: var(--primary-font-colour);
}
/* Sortable */