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

Verified Commit 4f9d9dd8 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

use legacy theme location

parent b12f1681
Loading
Loading
Loading
Loading
Loading
(18.3 KiB)

File moved.

+69 −69
Original line number Diff line number Diff line
@@ -148,45 +148,45 @@
    --color-email-text: rgba(0, 0, 0, 0.6);
    --color-mainitemheader-background:#ffffff;
    --gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
    --spinner-icon: url('/themes/Murena/snappymail/images/loading.svg');
    --inbox:url('/themes/Murena/snappymail/images/inbox.svg');
    --createfolder:url('/themes/Murena/snappymail/images/createfolder.svg');
    --archieve:url('/themes/Murena/snappymail/images/archieve.svg');
    --spam:url('/themes/Murena/snappymail/images/spam.svg');
    --trash:url('/themes/Murena/snappymail/images/trash.svg');
    --more:url('/themes/Murena/snappymail/images/more.svg');
    --sort:url('/themes/Murena/snappymail/images/sort.svg');
    --sent:url('/themes/Murena/snappymail/images/sent.svg');
    --draft:url('/themes/Murena/snappymail/images/draft.svg');
    --setting:url('/themes/Murena/snappymail/images/setting.svg');
    --back:url('/themes/Murena/snappymail/images/back.svg');
    --editnote:url('/themes/Murena/snappymail/images/editnote.svg');
    --profilesetting:url('/themes/Murena/snappymail/images/profilesetting.svg');
    --profiledownarrow:url('/themes/Murena/snappymail/images/profiledownarrow.svg');
    --profiletick:url('/themes/Murena/snappymail/images/profiletick.svg');
    --plus:url('/themes/Murena/snappymail/images/plus.svg');
    --hide-my-email:url('/themes/Murena/snappymail/images/hide-my-email.svg');
    --help:url('/themes/Murena/snappymail/images/help.svg');
    --mobile:url('/themes/Murena/snappymail/images/mobile.svg');
    --cross: url('/themes/Murena/snappymail/images/cross.svg');
    --minimize:  url('/themes/Murena/snappymail/images/minimize.svg');
    --attachnextcloud-files:url('/themes/Murena/snappymail/images/attachnextcloud-files.svg');
    --toolbar-folder: url('/themes/Murena/snappymail/images/toolbar-folder.svg');
    --toolbar-photo: url('/themes/Murena/snappymail/images/toolbar-photo.svg');
    --search:url('/themes/Murena/snappymail/images/search.svg');
    --info: url('/themes/Murena/snappymail/images/info.svg');
    --tag: url('/themes/Murena/snappymail/images/tag.svg');
    --notspam: url('/themes/Murena/snappymail/images/notspam.svg');
    --downicon:url('/themes/Murena/snappymail/images/downicon.svg');
    --back-to-inbox: url('/themes/Murena/snappymail/images/back-to-inbox.svg');
    --tick: url('/themes/Murena/snappymail/images/tick-btn.svg');
    --cross:url('/themes/Murena/snappymail/images/cross-btn.svg');
    --language:url('/themes/Murena/snappymail/images/language.svg');
    --sendicon: url('/themes/Murena/snappymail/images/send-icon.svg');
    --attachfiles: url('/themes/Murena/snappymail/images/attachfiles.svg');
    --attachment: url('/themes/Murena/snappymail/images/attachment.svg');
    --file-text: url('/themes/Murena/snappymail/images/file-text.svg');
    --folder: url('/themes/Murena/snappymail/images/folder.svg');
    --spinner-icon: url('./images/loading.svg');
    --inbox:url('./images/inbox.svg');
    --createfolder:url('./images/createfolder.svg');
    --archieve:url('./images/archieve.svg');
    --spam:url('./images/spam.svg');
    --trash:url('./images/trash.svg');
    --more:url('./images/more.svg');
    --sort:url('./images/sort.svg');
    --sent:url('./images/sent.svg');
    --draft:url('./images/draft.svg');
    --setting:url('./images/setting.svg');
    --back:url('./images/back.svg');
    --editnote:url('./images/editnote.svg');
    --profilesetting:url('./images/profilesetting.svg');
    --profiledownarrow:url('./images/profiledownarrow.svg');
    --profiletick:url('./images/profiletick.svg');
    --plus:url('./images/plus.svg');
    --hide-my-email:url('./images/hide-my-email.svg');
    --help:url('./images/help.svg');
    --mobile:url('./images/mobile.svg');
    --cross: url('./images/cross.svg');
    --minimize:  url('./images/minimize.svg');
    --attachnextcloud-files:url('./images/attachnextcloud-files.svg');
    --toolbar-folder: url('./images/toolbar-folder.svg');
    --toolbar-photo: url('./images/toolbar-photo.svg');
    --search:url('./images/search.svg');
    --info: url('./images/info.svg');
    --tag: url('./images/tag.svg');
    --notspam: url('./images/notspam.svg');
    --downicon:url('./images/downicon.svg');
    --back-to-inbox: url('./images/back-to-inbox.svg');
    --tick: url('./images/tick-btn.svg');
    --cross:url('./images/cross-btn.svg');
    --language:url('./images/language.svg');
    --sendicon: url('./images/send-icon.svg');
    --attachfiles: url('./images/attachfiles.svg');
    --attachment: url('./images/attachment.svg');
    --file-text: url('./images/file-text.svg');
    --folder: url('./images/folder.svg');
    --svg-color:rgb(0,0,0);
    --svg-color-second:rgba(255, 255, 255, 1);
    --svg-color-third:#333333;
@@ -320,11 +320,11 @@ body.theme--dark {
    --color-email-text: : rgba(255, 255, 255, 0.06);
    --color-mainitemheader-background:#272727;
    --gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
    --search:url('/themes/Murena/snappymail/images/search-dark.svg');
    --attachnextcloud-files:url('/themes/Murena/snappymail/images/attachnextcloud-files-dark.svg');
    --attachfiles: url('/themes/Murena/snappymail/images/attachfiles-dark.svg');
    --attachment: url('/themes/Murena/snappymail/images/attachment-dark.svg');
    --file-text: url('/themes/Murena/snappymail/images/file-text-dark.svg');
    --search:url('./images/search-dark.svg');
    --attachnextcloud-files:url('./images/attachnextcloud-files-dark.svg');
    --attachfiles: url('./images/attachfiles-dark.svg');
    --attachment: url('./images/attachment-dark.svg');
    --file-text: url('./images/file-text-dark.svg');
    --svg-color:rgba(255,255,255);
    --svg-color-second:rgba(18, 18, 18, 1);
    --svg-color-third:rgba(255, 255, 255, 0.87);
@@ -1675,7 +1675,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    color:var(--color-primary);
}
#rl-app #V-MailMessageView .b-message-view-backdrop .backdrop-message::before{
    background-image: url('/themes/Murena/snappymail/images/createfolder-color.svg');
    background-image: url('./images/createfolder-color.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
@@ -2297,7 +2297,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    padding-top:9px;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show .email-title[data-icon="✔"]::before {
    background-image: url('/themes/Murena/snappymail/images/profiletick.svg');
    background-image: url('./images/profiletick.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:24px;
@@ -2328,7 +2328,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/CONTACTS"]::before {
    content: "";
    background-image: url('/themes/Murena/snappymail/images/contactsmall.svg');
    background-image: url('./images/contactsmall.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:24px;
@@ -2585,7 +2585,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background: var(--color-compose-text);
}
#rl-app #rl-content #V-Settings-Folders .btn .icon-folder-add{
    background-image: url('/themes/Murena/snappymail/images/createfolder-color.svg');
    background-image: url('./images/createfolder-color.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
@@ -2607,7 +2607,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    font-weight: bold;
}
#rl-app #V-MailFolderList .buttonContacts {
    background-image: url('/themes/Murena/snappymail/images/contact.svg');
    background-image: url('./images/contact.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 18px;
@@ -2789,7 +2789,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    line-height: 16px;
}
#rl-app #messageItem .bodySubHeader .showImages::before{
    background-image: url('/themes/Murena/snappymail/images/noimage.svg') !important;
    background-image: url('./images/noimage.svg') !important;
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
@@ -2797,7 +2797,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    color: transparent;
}
#rl-app #messageItem .b-text-part.html img[data-x-src]:not([src])::after{
    background-image: url('/themes/Murena/snappymail/images/noimage.svg');
    background-image: url('./images/noimage.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
@@ -2831,7 +2831,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    color: #ffca48;
  }
#rl-app .messageView .b-message-view-checked-helper::after{
    background-image: url('/themes/Murena/snappymail/images/mailselected.svg');
    background-image: url('./images/mailselected.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 32px;
@@ -2922,7 +2922,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    height:36px;
}
#rl-content .LoginView .descWrapper::before{
    background-image: url('/themes/Murena/snappymail/images/murena-mail.svg');
    background-image: url('./images/murena-mail.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 48px;
@@ -2934,7 +2934,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
}

#rl-app #V-MailMessageList .messageListItem.unseen .senderParent::before{
    background-image: url('/themes/Murena/snappymail/images/greendot.svg');
    background-image: url('./images/greendot.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
@@ -2967,7 +2967,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    font-size: 14px;
}
#rl-app #V-MailMessageList #sort-list-dropdown-id li:nth-child(1) a::before{
    background-image: url('/themes/Murena/snappymail/images/date-descending.svg');
    background-image: url('./images/date-descending.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -2976,7 +2976,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    content:""
}
#rl-app #V-MailMessageList #sort-list-dropdown-id li:nth-child(2) a::before{
    background-image: url('/themes/Murena/snappymail/images/date-ascending.svg');
    background-image: url('./images/date-ascending.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -2985,7 +2985,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    content:"";
}
#rl-app #V-MailMessageList #sort-list-dropdown-id li:nth-child(3) a::before{
    background-image: url('/themes/Murena/snappymail/images/size-descending.svg');
    background-image: url('./images/size-descending.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -2994,7 +2994,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    content:"";
}
#rl-app #V-MailMessageList #sort-list-dropdown-id li:nth-child(4) a::before{
    background-image: url('/themes/Murena/snappymail/images/size-ascending.svg');
    background-image: url('./images/size-ascending.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -3009,7 +3009,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    content:"";
}
#rl-app #V-MailMessageList #sort-list-dropdown-id li:nth-child(7) a::before{
    background-image: url('/themes/Murena/snappymail/images/from-a-z-descending.svg');
    background-image: url('./images/from-a-z-descending.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -3018,7 +3018,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    content:"";
}
#rl-app #V-MailMessageList #sort-list-dropdown-id li:nth-child(8) a::before{
    background-image: url('/themes/Murena/snappymail/images/from-a-z-ascending.svg');
    background-image: url('./images/from-a-z-ascending.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -3113,7 +3113,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar

}
#rl-app #rl-popups #V-PopupsCompose .g-ui-user-select-none .btn.btn-danger.button-delete{
    background-image: url('/themes/Murena/snappymail/images/delete-black.svg');
    background-image: url('./images/delete-black.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -3164,7 +3164,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
}

#rl-app #V-PopupsCompose header .pull-right a.btn:nth-child(3){
    background-image: url('/themes/Murena/snappymail/images/compose-contact.svg');
    background-image: url('./images/compose-contact.svg');
    background-position: center 11px;
    background-repeat: no-repeat;
    height: 18px;
@@ -3232,7 +3232,7 @@ html.rl-left-panel-disabled #rl-left .b-folders li a.selectable::before{
    padding-right: 24px;
}
html.rl-left-panel-disabled #rl-left .b-footer.btn-toolbar .btn-group a.btn.fontastic:nth-child(1){
    background-image: url('/themes/Murena/snappymail/images/back-outward.svg');
    background-image: url('./images/back-outward.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 34px;
@@ -3270,7 +3270,7 @@ html.rl-left-panel-disabled #rl-left .b-footer.btn-toolbar .btn-group a.btn.font
}
#rl-app #V-PopupsNextcloudFiles #sm-nc-files-tree button[name="share-public"]::before,
#rl-app #V-PopupsNextcloudFiles #sm-nc-files-tree button[name="share-internal"]::before{
    background-image: url('/themes/Murena/snappymail/images/public-attachment.svg');
    background-image: url('./images/public-attachment.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -3281,7 +3281,7 @@ html.rl-left-panel-disabled #rl-left .b-footer.btn-toolbar .btn-group a.btn.font
    vertical-align: middle;
}
#rl-app #V-PopupsNextcloudFiles #sm-nc-files-tree button[name="select"]::before{
    background-image: url('/themes/Murena/snappymail/images/attach.svg');
    background-image: url('./images/attach.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 22px;
@@ -3320,7 +3320,7 @@ html.rl-left-panel-disabled #rl-left .b-footer.btn-toolbar .btn-group a.btn.font
    opacity: 1;
}
#rl-app #V-PopupsContacts .b-header-toolbar.g-ui-user-select-none .btn-toolbar .btn:nth-child(3){
    background-image: url('/themes/Murena/snappymail/images/delete-black.svg');
    background-image: url('./images/delete-black.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 20px;
@@ -3413,7 +3413,7 @@ html.rl-left-panel-disabled #rl-left .b-footer.btn-toolbar .btn-group a.btn.font
    font-size: 16px;
 }
 #rl-app #V-Settings-Accounts .btn .icon-user-add {
    background-image: url('/themes/Murena/snappymail/images/account-blue.svg');
    background-image: url('./images/account-blue.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:16px;
@@ -3494,7 +3494,7 @@ html.rl-left-panel-disabled #rl-left .b-footer.btn-toolbar .btn-group a.btn.font
    font-size: 16px;
}
#rl-app #rl-loading .icon-spinner{
    background-image: url('/themes/Murena/snappymail/images/loading-color.svg');
    background-image: url('./images/loading-color.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:32px;
@@ -3755,7 +3755,7 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] {
    animation: loginRotation 1s infinite ease-in-out;
    border-radius: 50%;
    z-index: 1052;
    background-image: url('/themes/Murena/snappymail/images/loading-color.svg');
    background-image: url('./images/loading-color.svg');
    background-position: center center;
    background-repeat: no-repeat;
}