##// END OF EJS Templates
Added hover state to submit button in MD theme.
neko259 -
r138:4fce6c8c default
parent child Browse files
Show More
@@ -279,3 +279,7 b' li {'
279 color: #ccc;
279 color: #ccc;
280 margin-top: 1em;
280 margin-top: 1em;
281 }
281 }
282
283 input[type="submit"]:hover {
284 background: #555;
285 }
General Comments 0
You need to be logged in to leave comments. Login now