diff --git a/css/80_app.css b/css/80_app.css index b074cefc5..7d7a47c72 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2977,7 +2977,8 @@ input.key-trap { border-radius: 0; } -.map-control > button:hover { +.map-control > button:hover, +.map-control > button:focus { background: rgba(0, 0, 0, .8); } @@ -5136,7 +5137,8 @@ svg.mouseclick use.right { border-radius: 8px; } -.notice .zoom-to:hover { +.notice .zoom-to:hover, +.notice .zoom-to:focus { background: rgba(0,0,0,0.6); }