# HG changeset patch # User neko259 # Date 2013-09-04 20:16:50 # Node ID 4fce6c8c6a1d38fb2420c12af8c50b709592cfe7 # Parent b1a9fa5e3bd3dd51dd1c75df4d47a04967fa2ad0 Added hover state to submit button in MD theme. diff --git a/boards/static/css/md/base_page.css b/boards/static/css/md/base_page.css --- a/boards/static/css/md/base_page.css +++ b/boards/static/css/md/base_page.css @@ -279,3 +279,7 @@ li { color: #ccc; margin-top: 1em; } + +input[type="submit"]:hover { + background: #555; +}