diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-14 01:55:10 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-14 01:55:10 +0100 |
| commit | 4c3e5c256930249798768b0195c42efca1428586 (patch) | |
| tree | 0492551ddbfdfbaa192804b95d0ce11e6cbdb406 /web/command/html/style.css | |
| parent | 08a3fb8a2b0281c3c329b33215ec7f8866add606 (diff) | |
Add site deletion
Diffstat (limited to 'web/command/html/style.css')
| -rw-r--r-- | web/command/html/style.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/web/command/html/style.css b/web/command/html/style.css index fbefaa1..e8db90c 100644 --- a/web/command/html/style.css +++ b/web/command/html/style.css @@ -126,6 +126,8 @@ a:hover, button:hover, input[type=submit]:hover, button:active, a:active, input[ } .sites-table > .actions, .versions-table > .actions { + display: flex; + gap: 0.5rem; justify-self: flex-end; } @@ -149,7 +151,7 @@ a:hover, button:hover, input[type=submit]:hover, button:active, a:active, input[ } .versions-table > .date > .current { - color: #2ECC40; + color: #0dbe22; font-size: smaller; font-style: italic; } @@ -170,4 +172,12 @@ a:hover, button:hover, input[type=submit]:hover, button:active, a:active, input[ .alert.error { background-color: #ffcccb; border: 1px solid #ff6666; +} + +.text-good { + color: #0dbe22; +} + +.text-bad { + color: #c02020; }
\ No newline at end of file |
