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

Commit ccbb1dd6 authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'dev/nc-29' into 'main'

UI Regression fixes

See merge request !206
parents 4a5ebcc4 4dda8e9c
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -501,9 +501,6 @@ body .icon-rename,
    background-image: var(--icon-rename-808080);
}

body .icon-download {
    background-image: var(--icon-download-808080);
}
body .icon-template-add {
    background-image: var(--icon-template-add-808080);
}
@@ -1092,7 +1089,6 @@ body .icon-address-book {
    background-image: var(--icon-contacts-phone-808080);
}

button .icon-upload,
#uploadavatarbutton.icon-upload,
.button.primary .icon-upload,
button.primary .icon-upload,
@@ -1111,7 +1107,6 @@ button.import-contact__button--local:disabled .import-contact__button-icon.icon-
    background-image: var(--icon-upload-808080);
}

button .icon-download,
.button .icon-download,
.import-export .button.icon-download {
    background-image: var(--icon-download-ffffff);
@@ -1820,6 +1815,11 @@ textarea {
    border: 1px solid var(--color-border-dark);
    border-radius: var(--border-radius);
}
#personal-settings input.input-field__input,
#personal-settings .v-select.select .vs__dropdown-toggle {
    border: 1px solid var(--color-border-dark);
    border-radius: var(--border-radius);
}
#app-content-files .icon-onlyoffice-new-docx {
    background-image: url(../img/filetypes/x-office-document.svg);
}
@@ -1884,3 +1884,6 @@ textarea {
#header-menu-notifications .notification img.notification-icon {
    filter: brightness(0) saturate(100%) invert(42%) sepia(97%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(101%);
}
#header-menu-user-menu .header-menu__content{
    padding: 10px;
}
 No newline at end of file