mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 17:56:15 -04:00
Fixed boolean arg checkboxes
This commit is contained in:
parent
4147ec719b
commit
ab9bc7e390
3 changed files with 22 additions and 17 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
.operation input.form-control,
|
||||
.operation select.form-control,
|
||||
.operation textarea,
|
||||
.operation .bmd-label-floating,
|
||||
.operation .bmd-label-static {
|
||||
padding-left: 5px;
|
||||
|
@ -41,14 +42,16 @@
|
|||
}
|
||||
|
||||
.operation [class^='bmd-label'],
|
||||
.operation [class*=' bmd-label'] {
|
||||
.operation [class*=' bmd-label'],
|
||||
.operation label {
|
||||
color: #388e3c;
|
||||
}
|
||||
|
||||
.operation .is-focused [class^='bmd-label'],
|
||||
.operation .is-focused [class*=' bmd-label'],
|
||||
.operation .is-focused [class^='bmd-label'],
|
||||
.operation .is-focused [class*=' bmd-label'] {
|
||||
.operation .is-focused [class*=' bmd-label'],
|
||||
.operation .is-focused label {
|
||||
color: #1976d2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue