diff options
author | metamuffin <metamuffin@disroot.org> | 2024-03-19 21:30:03 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-03-19 21:30:03 +0100 |
commit | d495f0f93c2d3b5c4c575f39b7d4b93731122b0f (patch) | |
tree | 9706f5e94f20352594e0a08314e14f4ad08aedd3 /web/style/forms.css | |
parent | c4362adc4af0c4dcdbb2346a9e077bdf580d8007 (diff) | |
download | jellything-d495f0f93c2d3b5c4c575f39b7d4b93731122b0f.tar jellything-d495f0f93c2d3b5c4c575f39b7d4b93731122b0f.tar.bz2 jellything-d495f0f93c2d3b5c4c575f39b7d4b93731122b0f.tar.zst |
ui: delete cache button requires confirmation
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); +} |