]> git.wh0rd.org - tt-rss.git/commitdiff
add some transitions for headline title color changes
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Jul 2013 07:47:30 +0000 (11:47 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 16 Jul 2013 07:47:30 +0000 (11:47 +0400)
css/cdm.css

index 23b8c77670ff6c58f3ed437d3d8e556f372a7088..81c481eae9175f5e94aaed383401126c60294c31 100644 (file)
@@ -117,6 +117,8 @@ div.cdm.expandable.active div.cdmHeader span.titleWrap {
 div.cdm.expandable div.cdmHeader a.title {
        font-weight : bold;
        color : #555;
+       -webkit-transition : color 0.2s;
+       transition : color 0.2s;
 }
 
 div.cdm.expandable.Unread div.cdmHeader a.title {
@@ -135,6 +137,8 @@ div.cdm.expanded div.cdmHeader a.title {
        font-size : 14px;
        color : #999;
        font-weight : bold;
+       -webkit-transition : color 0.2s;
+       transition : color 0.2s;
 }
 
 div.cdm.expanded.active {
@@ -267,6 +271,8 @@ div#floatingTitle a.title {
        font-size : 14px;
        color : #999;
        font-weight : bold;
+       -webkit-transition : color 0.2s;
+       transition : color 0.2s;
 }
 
 div#floatingTitle.Unread a.title {