fix buttons
authorJeremy Tan <[email protected]>
Sun, 29 Sep 2013 13:30:27 +0000 (21:30 +0800)
committerJeremy Tan <[email protected]>
Sun, 29 Sep 2013 13:30:27 +0000 (21:30 +0800)
testing/MCTXWeb/public_html/static/style.css

index 88a4c9f..4f0df9b 100644 (file)
@@ -96,7 +96,7 @@ input[type="text"], input[type="password"] {
   transition: all 0.2s ease 0s;
 }
 
-#header input[type="button"], input[type="submit"] {
+#header input[type="button"], #header input[type="submit"] {
   background-color: #808080;
   border: 1px solid #808080;
   box-shadow: none;
@@ -104,7 +104,7 @@ input[type="text"], input[type="password"] {
   cursor: pointer;
 }
 
-#header input[type="button"]:hover, input[type="submit"]:hover {
+#header input[type="button"]:hover, #header input[type="submit"]:hover {
   background-color: #606060;
   border: 1px solid #606060;
 }

UCC git Repository :: git.ucc.asn.au