From c1ba2ec74a496b550bdfa6a0bb7e2732ed6e897e Mon Sep 17 00:00:00 2001 From: epagris Date: Wed, 10 Sep 2025 13:20:10 +0200 Subject: [PATCH] - buttons restyled --- style/spreadquiz.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/style/spreadquiz.css b/style/spreadquiz.css index cc3598a..d058141 100644 --- a/style/spreadquiz.css +++ b/style/spreadquiz.css @@ -404,4 +404,19 @@ section.bad-answer section.answer input[type="radio"]:checked+label:not(.correct section#further-info { font-size: 0.8em; padding: 0.4em 0; +} + +input[type="button"] { + background-color: #176767; + color: white; + border: none; + padding: 3pt; + margin: 1pt; + font-weight: bolder; + border-radius: 2pt; + cursor: pointer; +} + +input[type="button"]:hover { + background-color: #408d8d; } \ No newline at end of file