Loading core/css/server.css +17 −9 Original line number Diff line number Diff line Loading @@ -815,12 +815,16 @@ } #uploadprogressbar + button.icon-close, #google-rm-cred .icon-close, #google-drive button .icon-close, #google-photos button .icon-close { background-image: var(--icon-close-fff); } #google-rm-cred .icon-close { background-image: var(--icon-close-000); opacity: 1; } .breadcrumb div.crumb span.icon-shared, .breadcrumb div.crumb span.icon-public, .selectedActions a, Loading Loading @@ -1641,9 +1645,8 @@ background-color: transparent; } #content-vue.app-talk #app-sidebar .username-form button.icon-rename, button.edit-output-dir .icon-rename { background-image: var(--icon-rename-fff); #content-vue.app-talk #app-sidebar .username-form button.icon-rename, button.edit-output-dir span.icon-rename { background-image: var(--icon-rename-000); } /* Google integration */ Loading @@ -1653,21 +1656,26 @@ } #google-import-contacts .icon-contacts-dark { background-image: var(--icon-contacts-app-ffffff); background-image: var(--icon-contacts-000); } #google-calendars button .icon-calendar-dark { background-image: var(--icon-calendar-calendar-ffffff); background-image: var(--icon-calendar-000); } #google-import-files .icon-files-dark { background-image: var(--icon-files-app-ffffff); background-image: var(--icon-files-000); } #google-import-photos .icon-picture { background-image: var(--icon-picture-ffffff); background-image: var(--icon-picture-000); } /* remove opacity */ button.edit-output-dir span.icon-rename, #google-rm-cred .icon-close, #google-import-photos .icon-picture, #google-import-contacts .icon-contacts-dark, #google-calendars button .icon-calendar-dark, #google-import-files .icon-files-dark { opacity: 1; } /** */ #header .header-right .magnify-icon > svg { display: none; } Loading Loading
core/css/server.css +17 −9 Original line number Diff line number Diff line Loading @@ -815,12 +815,16 @@ } #uploadprogressbar + button.icon-close, #google-rm-cred .icon-close, #google-drive button .icon-close, #google-photos button .icon-close { background-image: var(--icon-close-fff); } #google-rm-cred .icon-close { background-image: var(--icon-close-000); opacity: 1; } .breadcrumb div.crumb span.icon-shared, .breadcrumb div.crumb span.icon-public, .selectedActions a, Loading Loading @@ -1641,9 +1645,8 @@ background-color: transparent; } #content-vue.app-talk #app-sidebar .username-form button.icon-rename, button.edit-output-dir .icon-rename { background-image: var(--icon-rename-fff); #content-vue.app-talk #app-sidebar .username-form button.icon-rename, button.edit-output-dir span.icon-rename { background-image: var(--icon-rename-000); } /* Google integration */ Loading @@ -1653,21 +1656,26 @@ } #google-import-contacts .icon-contacts-dark { background-image: var(--icon-contacts-app-ffffff); background-image: var(--icon-contacts-000); } #google-calendars button .icon-calendar-dark { background-image: var(--icon-calendar-calendar-ffffff); background-image: var(--icon-calendar-000); } #google-import-files .icon-files-dark { background-image: var(--icon-files-app-ffffff); background-image: var(--icon-files-000); } #google-import-photos .icon-picture { background-image: var(--icon-picture-ffffff); background-image: var(--icon-picture-000); } /* remove opacity */ button.edit-output-dir span.icon-rename, #google-rm-cred .icon-close, #google-import-photos .icon-picture, #google-import-contacts .icon-contacts-dark, #google-calendars button .icon-calendar-dark, #google-import-files .icon-files-dark { opacity: 1; } /** */ #header .header-right .magnify-icon > svg { display: none; } Loading