mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-26 01:36:17 -04:00
Switched toggle string dropdown sides and removed form-control padding
This commit is contained in:
parent
fa523e0d4a
commit
974ab29e36
4 changed files with 2224 additions and 2237 deletions
|
@ -59,6 +59,26 @@ div.toggle-string {
|
|||
flex: 1;
|
||||
}
|
||||
|
||||
.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 label {
|
||||
color: #1976d2;
|
||||
}
|
||||
|
||||
.operation .form-control {
|
||||
background-color: transparent;
|
||||
border-color: var(--primary-border-colour);
|
||||
color: var(--primary-font-colour);
|
||||
}
|
||||
|
||||
.bmd-form-group.is-filled div.toggle-string label.bmd-label-floating,
|
||||
.bmd-form-group.is-focused div.toggle-string label.bmd-label-floating {
|
||||
left: unset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue