From: Roland Häder Date: Sun, 11 Jun 2023 17:56:16 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1544b3d12a3fad067317ca27e63dd7f9e29b674a;p=fba.git Continued: - whole input tag, no matter for what purpose is styled now - sorted CSS members --- diff --git a/templates/base.html b/templates/base.html index 8648c02..ab2c710 100644 --- a/templates/base.html +++ b/templates/base.html @@ -70,10 +70,7 @@ color: #f00000; } - input:hover { - border-color: #f00000; - } - input[type="text"], input[type="submit"] { + input { padding: 5px; border-radius: 5px; font-size: 16px; @@ -81,6 +78,9 @@ input[type="submit"] { cursor: pointer; } + input:hover { + border-color: #f00000; + } span[title] { text-decoration: underline dotted;