From 697e6c5cbce22b698b105247a8893199255de958 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Mon, 3 Apr 2017 00:23:24 +0300 Subject: Make play button a button instead of div More attempts to make mg acessible --- mediagoblin/static/css/audio.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mediagoblin/static/css') diff --git a/mediagoblin/static/css/audio.css b/mediagoblin/static/css/audio.css index 5c50e727..de388094 100644 --- a/mediagoblin/static/css/audio.css +++ b/mediagoblin/static/css/audio.css @@ -24,10 +24,11 @@ font-size: 40px; width: 50px; text-shadow: 0 0 10px black; + background: none; + border: none; } .audio-control-play-pause.playing { color: #b71500; - letter-spacing: -17px; margin-left: -7px; } .audio-control-play-pause.paused { -- cgit v1.2.3