fix youtube icon cut of in FF win. also see: 28050fb488 (commitcomment-11170096)

This commit is contained in:
Mario Pietsch 2015-05-13 09:22:52 +02:00
parent 363004ad60
commit 79caa56ae1
1 changed files with 2 additions and 2 deletions

View File

@ -1845,13 +1845,13 @@ body.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg
.tc-thumbnail-icon img {
width: 3em;
height: 3em;
<<filter "drop-shadow(2px 2px 2px rgba(0,0,0,0.3))">>
<<filter "drop-shadow(2px 2px 4px rgba(0,0,0,0.3))">>
}
.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,
.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {
fill: #fff;
<<filter "drop-shadow(3px 3px 2px rgba(0,0,0,0.6))">>
<<filter "drop-shadow(3px 3px 4px rgba(0,0,0,0.6))">>
}
.tc-thumbnail-icon {