Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4482a54b authored by Ronak Patel's avatar Ronak Patel Committed by Akhil
Browse files

icon issue in video section

parent 81e59ddc
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -6,3 +6,24 @@
.photos-navigation__content .action-item:not(.priority--high) .material-design-icon {
    color: var(--color-primary-text);
}
.file-container .file__images .video-icon{
    background: url(/themes/eCloud/core/img/filetypes/video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}
.file-container .file__images .video-icon .material-design-icon__svg{
    display: none;
}
.file-container a.file .file__hidden-description.show
{
    align-self: flex-end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
#content-vue.app-photos .file-container {
    background-color: transparent;
}
 No newline at end of file