From 4c3e5c256930249798768b0195c42efca1428586 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Mon, 14 Jul 2025 01:55:10 +0100 Subject: Add site deletion --- web/command/html/style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'web/command/html/style.css') 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 -- cgit v1.2.3-70-g09d2