mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-03 09:16:55 +00:00
Add hover effects to youtube thumbnails
This commit is contained in:
parent
542372c722
commit
ec598d5cf4
@ -1656,14 +1656,28 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tc-youtube-thumbnail {
|
||||
.tc-youtube-thumbnail svg,
|
||||
.tc-youtube-thumbnail img {
|
||||
filter: alpha(opacity=0.6);
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.tc-youtube-wrapper:hover .tc-youtube-thumbnail svg,
|
||||
.tc-youtube-wrapper:hover .tc-youtube-thumbnail img {
|
||||
filter: alpha(opacity=1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.tc-youtube-play-symbol svg,
|
||||
.tc-youtube-play-symbol img {
|
||||
width: 3em;
|
||||
height: 3em;
|
||||
fill: red;
|
||||
fill: #f44;
|
||||
}
|
||||
|
||||
.tc-youtube-wrapper:hover .tc-youtube-play-symbol svg,
|
||||
.tc-youtube-wrapper:hover .tc-youtube-play-symbol img {
|
||||
fill: #f00;
|
||||
}
|
||||
|
||||
.tc-youtube-play-symbol {
|
||||
@ -1674,7 +1688,6 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
|
||||
margin-top: -1.5em;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
** Errors
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user