change hover for input
authorxenophenes <sarah.conway@crunchydata.com>
Sun, 18 Mar 2018 23:16:46 +0000 (16:16 -0700)
committerxenophenes <sarah.conway@crunchydata.com>
Sun, 18 Mar 2018 23:16:46 +0000 (16:16 -0700)
static/css/style.css

index 9faf3f850fa4a27928bb4211ea4ee98862748221..23a51f667901c4c4461867ae3583f8f57b39c139 100644 (file)
                input[type="reset"]:hover,
                input[type="button"]:hover,
                .button:hover {
-                       background-color: #D95A4B;
+                       background-color: #D95A4B !important;
                        text-decoration: none;
                }
 
                input[type="reset"]:active,
                input[type="button"]:active,
                .button:active {
-                       background-color: #D95A4B;
+                       background-color: #D95A4B !important;
                        text-decoration: none;
                }