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

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

files sharing icons fix

parent 4e3eab44
Loading
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -169,12 +169,7 @@ 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 .app-navigation-entry .app-navigation-entry-icon a[href="/apps/files/sharingin"] .button-vue__wrapper .icon-vue 
.content.app-files .app-navigation-entry .app-navigation-entry-icon a[href="/apps/files/sharingout"] .button-vue__wrapper .icon-vue 
.content.app-files .app-navigation-entry .app-navigation-entry-icon a[href="/apps/files/sharinglink"] .button-vue__wrapper .icon-vue 
.content.app-files .app-navigation-entry .app-navigation-entry-icon a[href="/apps/files/deletedshares"] .button-vue__wrapper .icon-vue,
.content.app-files .app-navigation-entry .app-navigation-entry-icon a[href="/apps/files/pendingshares"] .button-vue__wrapper .icon-vue   {
.content.app-files .files-list__header a[href="/apps/files/shareoverview?dir=/"] .button-vue__wrapper .icon-vue{
	background-image: var(--icon-files-app-808080);
	background-size: 20px 20px;
}
@@ -191,7 +186,11 @@ svg#mdi-delete{
    background-position: center;
    background-repeat: no-repeat;
}
.content.app-files .files-list__row-actions button.button-vue--icon-only .icon-vue svg {
.content.app-files .files-list__row-actions button.button-vue--icon-only .icon-vue svg,
.content.app-files .app-navigation-entry a[href="/apps/files/sharingin"] .app-navigation-entry-icon .icon-vue,
.content.app-files .app-navigation-entry a[href="/apps/files/sharingout"] .app-navigation-entry-icon .icon-vue,
.content.app-files .app-navigation-entry a[href="/apps/files/sharinglink"] .app-navigation-entry-icon .icon-vue,
.content.app-files .app-navigation-entry a[href="/apps/files/deletedshares"] .app-navigation-entry-icon .icon-vue {
	color: var(--icon-inactive-color);
}
.upload-picker.files-list__header-upload-button .action-item--secondary[menu-title="New"] .button-vue--icon-and-text.button-vue--vue-secondary {