diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-06 23:09:53 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-06 23:09:53 +0200 |
| commit | c32c72c3f4640ede867907b4c8de8811a508a6c3 (patch) | |
| tree | 5b49f42a1fd3a780f729f0366713e23abf3fc28b /frontend/common/form.css | |
| parent | f2aaff6cac773e6f1b7158ea05b546b1799aecb3 (diff) | |
tiling styles
Diffstat (limited to 'frontend/common/form.css')
| -rw-r--r-- | frontend/common/form.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/common/form.css b/frontend/common/form.css index 54ac2d9..dbfa01f 100644 --- a/frontend/common/form.css +++ b/frontend/common/form.css @@ -275,6 +275,17 @@ button.submit:hover { color: #fff; background: #222; } +button.submit.destroy { + background-color: rgba(16,16,16,0.5); + border-color: #b11; + color: #d11; +} +button.submit.destroy:focus, +button.submit.destroy:hover { + background: #000; + border-color: #f33; + color: #f33; +} /* file upload, should always be inside a container */ |
