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

Commit 2057a593 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

snappymail 2-36.0 regressions

parent 1f997902
Loading
Loading
Loading
Loading
+10 −3
Original line number Diff line number Diff line
@@ -626,9 +626,11 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
}

#rl-app [data-icon]::before {
    vertical-align: -45%;
}
#rl-app [data-i18n="GLOBAL/BACK"]::before {
    vertical-align: -10%;
}

#rl-app .drag-handle {
    color: var(--color-text-lighter);
}
@@ -729,7 +731,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
#rl-app #V-SettingsMenu nav a:not(.selected):focus,
#rl-app .b-folders li a.selectable:not(.selected):hover,
#rl-app .b-folders li a.selectable:not(.selected):focus {
    color: unset;
    color: var(--color-main-text);
    background-color: var(--color-main-background-translucent);
}

@@ -3864,6 +3866,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    #rl-app .b-folders li a.selectable {
        height: 56px !important;
        line-height: 56px !important;
        color:var(--color-main-text);
    }
    #rl-app #V-PopupsCompose .btn-group:nth-of-type(3) a.btn.fontastic:nth-child(1) {
        background-image: var(--attachfiles);
@@ -4105,7 +4108,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    }

    #rl-app .b-folders li a {
        color: unset;
        color:var(--color-main-text);
    }
    #rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled {
        float: right;
@@ -4654,3 +4657,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    #rl-app #V-PopupsCompose header .pull-right a.btn[data-i18n="[title]GLOBAL/CONTACTS"]{
        display: none !important;
    }

    #rl-app  #V-MailFolderList .e-checkbox {
        display:none;
    }
 No newline at end of file