diff options
Diffstat (limited to 'web/style/forms.css')
-rw-r--r-- | web/style/forms.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/style/forms.css b/web/style/forms.css index f020eb6..fa2ec67 100644 --- a/web/style/forms.css +++ b/web/style/forms.css @@ -147,3 +147,7 @@ fieldset .categories .category { fieldset .categories .category h3 { margin: 0px; } + +input.danger { + background-color: var(--c-danger); +} |