]> git.mxchange.org Git - fba.git/blobdiff - templates/base.html
Continued:
[fba.git] / 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;