mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Add comma to CSS rule
This commit is contained in:
parent
4312d39624
commit
0f87c70cee
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ select.form-control:not([size]):not([multiple]), select.custom-file-control:not(
|
||||||
color: var(--primary-font-colour);
|
color: var(--primary-font-colour);
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control
|
.form-control,
|
||||||
.is-focused .form-control {
|
.is-focused .form-control {
|
||||||
background-image:
|
background-image:
|
||||||
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
|
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue