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

@ -1036,6 +1036,9 @@ body.ttrss_main .score-neutral i.icon-score {
::-webkit-scrollbar-track {
background-color: #eee;
}
video::-webkit-media-controls-overlay-play-button {
display: none;
}
.cdm .header,
.cdm .footer {
display: flex;

File diff suppressed because one or more lines are too long

View File

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

View File

@ -1036,6 +1036,9 @@ body.ttrss_main .score-neutral i.icon-score {
::-webkit-scrollbar-track {
background-color: #eee;
}
video::-webkit-media-controls-overlay-play-button {
display: none;
}
.cdm .header,
.cdm .footer {
display: flex;
@ -2019,7 +2022,7 @@ body.flat.ttrss_main .post .content img,
body.flat.ttrss_main .cdm .content-inner img,
body.flat.ttrss_main .post .content video,
body.flat.ttrss_main .cdm .content-inner video {
transition: opacity 0.5s linear, filter 0.5s linear;
transition: opacity 0.2s linear, filter 0.2s linear;
}
body.flat.ttrss_main .post .content img:not(:hover),
body.flat.ttrss_main .cdm .content-inner img:not(:hover),

File diff suppressed because one or more lines are too long

View File

@ -167,7 +167,7 @@ body.flat.ttrss_main {
.cdm .content-inner img,
.post .content video,
.cdm .content-inner video {
transition : opacity 0.5s linear, filter 0.5s linear;
transition : opacity 0.2s linear, filter 0.2s linear;
}
.post .content img:not(:hover),