]> git.mxchange.org Git - fba.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2023 17:56:16 +0000 (19:56 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 11 Jun 2023 17:56:16 +0000 (19:56 +0200)
- whole input tag, no matter for what purpose is styled now
- sorted CSS members

templates/base.html

index 8648c026955f8977843f6d70aaa82974431b9b76..ab2c71098f279e2051ee62002592597b403f3fae 100644 (file)
             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;