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

Commit 877602f5 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

icon same size

parent dc87a57f
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -2147,6 +2147,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(1) a.btn {
    background-image: url('images/createfolder.svg');
@@ -2154,6 +2155,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.disabled:nth-child(1) {
    background-image: url('images/archieve.svg');
@@ -2161,6 +2163,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn:nth-child(1) {
    background-image: url('images/archieve.svg');
@@ -2168,6 +2171,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic.disabled:nth-child(2) {
    background-image: url('images/spam.svg');
@@ -2175,6 +2179,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic:nth-child(2) {
    background-image: url('images/spam.svg');
@@ -2182,6 +2187,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic.disabled:nth-child(4) {
    background-image: url('images/trash.svg');
@@ -2189,6 +2195,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(2) a.btn.fontastic:nth-child(4) {
    background-image: url('images/trash.svg');
@@ -2196,6 +2203,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat;
    height:18px;
    color:transparent;
    width: 50px;
}
#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(3) #more-list-dropdown-id,#rl-app #more-view-dropdown-id {
    background-image: url('images/more.svg') !important;
@@ -2203,6 +2211,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-repeat: no-repeat !important;
    height:18px;
    color:transparent;
    width: 50px;
}

#rl-app #rl-right #V-MailMessageList .btn-toolbar div.btn-group:nth-of-type(4) #sort-list-dropdown-id {
@@ -2212,6 +2221,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    height:18px;
    color:transparent;
    order: 1;
    width: 50px;
}
#rl-app #rl-content .select,#rl-app #rl-content input,#rl-app #rl-content select,#rl-app #rl-popups select,#rl-app #rl-popups input{
    height:34px;
@@ -3153,3 +3163,9 @@ html.rl-mobile .hide-mobile[data-i18n="GLOBAL/SAVE"] {
#rl-app #V-PopupsCompose .emailaddresses .emailaddresses-input{
    margin: 0 0;
}

#rl-app .btn[data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD"]{
    width: 50px;
    text-align: center;
    padding: 8px 0;
}
 No newline at end of file