diff --git a/core/css/server.css b/core/css/server.css index e1dbe547e42b3fdd8709050c5667f467ab29f039..eb7cb46715831ee3bfad8b7438222aa92571320d 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -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, @@ -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 */ @@ -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; }