diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-07-12 18:03:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-07-12 18:03:39 +0200 |
commit | 10a921294e4235e0a77c426a3077be4bd9cb1569 (patch) | |
tree | 328854cf3c429b663a12b68c4e0ec9ec68515eeb /public | |
parent | 5ce0b84e7d45952d6ab4ad7d6fab0ca92ccef1ff (diff) |
fix hover/active/focus for "Bahnhöfe suchen" button
Diffstat (limited to 'public')
-rw-r--r-- | public/static/default.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/static/default.css b/public/static/default.css index 91d19b0..9326a8d 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -551,7 +551,10 @@ input[type="submit"], .button { input[type="submit"]:active, input[type="submit"]:focus, -input[type="submit"]:hover { +input[type="submit"]:hover, +.button:active, +.button:focus, +.button:hover { color: #fff; background-color: #286090; border-color: #204d74; |