summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-30 12:40:23 +0300
committerAndrew Dolgov <[email protected]>2010-11-30 12:40:23 +0300
commitc3edc667f127b9e36ecc08eb790f6c754e413e8f (patch)
tree0c582d5dfd803c72d13127ce1eeb92c69328069f /tt-rss.css
parentd769a0f75a42323a38cce3637629a4750443e67c (diff)
use html5 audio player instead of flash when possible
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index d8b92e5ab..a5662fede 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
+}