]> git.mxchange.org Git - fba.git/commitdiff
changed style
authorEnju Aihara <9839590-EnjuAihara@users.noreply.gitlab.com>
Tue, 12 Jul 2022 15:31:43 +0000 (17:31 +0200)
committerEnju Aihara <9839590-EnjuAihara@users.noreply.gitlab.com>
Tue, 12 Jul 2022 15:31:43 +0000 (17:31 +0200)
index.html

index 2e81835748296570b10e2c34117787b79547ad67..d3a013766708c0d16b1fce469b85b643dbed7fc3 100644 (file)
         .info {
             margin-top: 25px;
         }
+        input[type="text"], input[type="submit"] {
+            padding: 5px;
+            border-radius: 5px;
+            color: white;
+            background: #445;
+            font-size: 16px;
+        }
+
+        input[type="text"]:hover {
+            border-color: #f08;
+        }
+
+        input[type="submit"] {
+            cursor: pointer;
+        }
+
+        input[type="submit"]:hover {
+            border-color: #f08;
+        }
     </style>
 </head>
 <body>