mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-15 13:01:00 +02:00
add some transitions for headline title color changes
This commit is contained in:
parent
00fe7886b6
commit
898f86c073
@ -117,6 +117,8 @@ div.cdm.expandable.active div.cdmHeader span.titleWrap {
|
|||||||
div.cdm.expandable div.cdmHeader a.title {
|
div.cdm.expandable div.cdmHeader a.title {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
color : #555;
|
color : #555;
|
||||||
|
-webkit-transition : color 0.2s;
|
||||||
|
transition : color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdm.expandable.Unread div.cdmHeader a.title {
|
div.cdm.expandable.Unread div.cdmHeader a.title {
|
||||||
@ -135,6 +137,8 @@ div.cdm.expanded div.cdmHeader a.title {
|
|||||||
font-size : 14px;
|
font-size : 14px;
|
||||||
color : #999;
|
color : #999;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
-webkit-transition : color 0.2s;
|
||||||
|
transition : color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.cdm.expanded.active {
|
div.cdm.expanded.active {
|
||||||
@ -267,6 +271,8 @@ div#floatingTitle a.title {
|
|||||||
font-size : 14px;
|
font-size : 14px;
|
||||||
color : #999;
|
color : #999;
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
|
-webkit-transition : color 0.2s;
|
||||||
|
transition : color 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#floatingTitle.Unread a.title {
|
div#floatingTitle.Unread a.title {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user