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

Commit d5ceab48 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

files icon

parent 27728f6f
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -169,7 +169,12 @@ svg#mdi-delete{
	background-image: var(--icon-star-outline-808080);
	background-size: 20px 20px;
}
.content.app-files .files-list__header a[href="/apps/files/shareoverview?dir=/"] .button-vue__wrapper .icon-vue {
.content.app-files .files-list__header a[href="/apps/files/shareoverview?dir=/"] .button-vue__wrapper .icon-vue,
.content.app-files .files-list__header a[href="/apps/files/sharingin"] .button-vue__wrapper .icon-vue 
.content.app-files .files-list__header a[href="/apps/files/sharingout"] .button-vue__wrapper .icon-vue 
.content.app-files .files-list__header a[href="/apps/files/sharinglink"] .button-vue__wrapper .icon-vue 
.content.app-files .files-list__header a[href="/apps/files/deletedshares"] .button-vue__wrapper .icon-vue,
.content.app-files .files-list__header a[href="/apps/files/pendingshares"] .button-vue__wrapper .icon-vue   {
	background-image: var(--icon-files-app-808080);
	background-size: 20px 20px;
}
@@ -196,6 +201,6 @@ svg#mdi-delete{
.upload-picker.files-list__header-upload-button .action-item--secondary[menu-title="New"] .button-vue--icon-and-text.button-vue--vue-secondary .button-vue__text {
    color: #fff;
}
.upload-picker.files-list__header-upload-button .action-item--secondary[menu-title="New"] .action-item:not(.priority--high) .material-design-icon {
.upload-picker.files-list__header-upload-button .action-item--secondary[menu-title="New"] .material-design-icon {
	color: #fff;
}
 No newline at end of file