From 2f4ab95d7af899bf232e53cf46f7fbb580a76fbc Mon Sep 17 00:00:00 2001 From: Arindy Date: Mon, 10 Feb 2025 17:52:58 +0100 Subject: [PATCH] styles buttons --- src/main/resources/templates/pub/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/pub/index.html b/src/main/resources/templates/pub/index.html index 1f140ca..43c1156 100644 --- a/src/main/resources/templates/pub/index.html +++ b/src/main/resources/templates/pub/index.html @@ -13,7 +13,6 @@ .collapsible { background-color: #333333; color: black; - cursor: pointer; margin-top: 10px; padding: 18px; width: 100%; @@ -39,6 +38,14 @@ background: #333333; color: #fff } + + button:hover { + background: #444444; + } + button:active { + background: #222222; + } + input { margin: 10px; } @@ -106,6 +113,11 @@ color: #000 } + + .overlayButton:hover { + background: transparent; + } + .tooltip { position: fixed; border-radius: 0.5rem;