1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

use html5 audio player instead of flash when possible

This commit is contained in:
Andrew Dolgov
2010-11-30 12:40:23 +03:00
parent d769a0f75a
commit c3edc667f1
5 changed files with 88 additions and 10 deletions

View File

@@ -1652,4 +1652,25 @@ a.bookmarklet {
top : -1px;
}
.player {
display : inline-block;
color : gray;
font-size : 11px;
font-family : sans-serif;
border : 1px solid gray;
padding : 0px 4px 0px 4px;
margin : 0px 2px 0px 2px;
width : 50px;
text-align : center;
background : white;
}
.player.playing {
color : #00c000;
border-color : #00c000;
}
.player:hover {
background : #f0f0f0;
cursor : pointer;
}