summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-16 11:47:30 +0400
committerAndrew Dolgov <[email protected]>2013-07-16 11:47:30 +0400
commit898f86c0737835e7e24c50d45efa44a3d47c9ee6 (patch)
treeadbbb79edf76c78b560ea79e9ddfdf52c063a558 /css/cdm.css
parent00fe7886b6984c78820b39bee520e51f5a6fe0ed (diff)
add some transitions for headline title color changes
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 23b8c7767..81c481eae 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -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 {