From fdeb7f1c48dad903b5c6f0297ce363eb71b9d216 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Fri, 26 Jan 2024 12:26:37 +0000 Subject: Add UA to guestbook --- public/css/master.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'public') diff --git a/public/css/master.css b/public/css/master.css index 6b21f37..5fff0df 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -286,13 +286,24 @@ table.gb-entry-form tr td span.text-danger { } table.gb-entry-form tr td textarea, -table.gb-entry-form tr td input { +table.gb-entry-form tr td input, +table.gb-entry-form tr td button{ margin-bottom: 5px; margin-left: 10px; background-color: var(--background); border: var(--foreground) solid 1px; } +table.gb-entry-form tr td button { + color: var(--foreground); + background-color: var(--background-secondary); +} + +table.gb-entry-form tr td button:hover { + color: var(--background); + background-color: var(--foreground); +} + table.gb-entry-form-container { width: 100%; } @@ -327,6 +338,10 @@ table.gb-entry hr { border-bottom: none; } +table.gb-entry address { + font-size: 0.8pc; +} + table.gb-admin { margin-bottom: 5px; width: 500px; -- cgit v1.2.3-54-g00ecf