1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:45:55 +00:00

chrome: remove huge play/pause button on videos

This commit is contained in:
Andrew Dolgov
2018-12-07 11:54:47 +03:00
parent 00716980c0
commit a538dd0f7f
6 changed files with 14 additions and 4 deletions

View File

@@ -1230,3 +1230,7 @@ body.ttrss_main {
::-webkit-scrollbar-track {
background-color: #eee;
}
video::-webkit-media-controls-overlay-play-button {
display: none;
}