mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 14:11:02 +01:00
Add comma to CSS rule
This commit is contained in:
parent
4312d39624
commit
0f87c70cee
@ -104,7 +104,7 @@ select.form-control:not([size]):not([multiple]), select.custom-file-control:not(
|
||||
color: var(--primary-font-colour);
|
||||
}
|
||||
|
||||
.form-control
|
||||
.form-control,
|
||||
.is-focused .form-control {
|
||||
background-image:
|
||||
linear-gradient(to top, var(--input-highlight-colour) 2px, rgba(0, 0, 0, 0) 2px),
|
||||
|
Loading…
Reference in New Issue
Block a user