mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 16:25:01 -04:00
replace the checkbox bootstrap styles with bootstap material v4. Not entirely sure what the issue was, but something in that checkbox decorator code caused reordering / cloning of c-recipe-li to fail
This commit is contained in:
parent
bf27cbb641
commit
9ea785fc63
5 changed files with 52 additions and 28 deletions
|
@ -265,6 +265,30 @@ input.toggle-string {
|
|||
top: 13px;
|
||||
}
|
||||
|
||||
.custom-control-label {
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
.custom-control-label:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.custom-control-label::before {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
border: 1px solid var(--input-border-colour);
|
||||
}
|
||||
|
||||
.custom-control-input:checked + .custom-control-label::before {
|
||||
background-color: var(--input-highlight-colour);
|
||||
border: 1px solid var(--input-highlight-colour);
|
||||
}
|
||||
|
||||
.custom-control-label::after {
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.register-list {
|
||||
background-color: var(--fc-operation-border-colour);
|
||||
font-family: var(--fixed-width-font-family);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue