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

Commit 05198587 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

icon fixes

parent 47296d59
Loading
Loading
Loading
Loading
Loading
+21 −22
Original line number Diff line number Diff line
@@ -1677,8 +1677,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
#rl-app .dropdown-menu a {
    background-color: unset;
    color: unset;
    height: 22px;
    line-height: 22px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    margin: 2px;
    box-sizing: content-box;
@@ -2061,14 +2061,13 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/profiletick.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
    width: 20px;
    visibility: visible;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a.email-title::before{
    width: 20px;
    width: 24x;
    visibility: hidden;
}
#rl-app #rl-right #V-SystemDropDown a[data-unread]::after {
@@ -2079,8 +2078,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/plus.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/CONTACTS"]::before {
@@ -2088,8 +2087,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/contactsmall.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li  a[data-i18n="HIDE_MY_EMAIL/TAB_NAME"]::before {
@@ -2097,8 +2096,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/hide-my-email.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li  a[data-i18n="TOP_TOOLBAR/BUTTON_SETTINGS"]::before {
@@ -2106,8 +2105,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/setting.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li  a[data-i18n="TITLES/SETTINGS"]::before {
@@ -2115,8 +2114,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/setting.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="GLOBAL/HELP"]::before {
@@ -2124,8 +2123,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/help.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li a[data-i18n="TOP_TOOLBAR/BUTTON_HELP"]::before {
@@ -2133,8 +2132,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/help.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show  li a[data-i18n="MOBILE/BUTTON_MOBILE_VERSION"]::before {
@@ -2142,8 +2141,8 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
    background-image: url('images/mobile.svg');
    background-position: center center;
    background-repeat: no-repeat;
    height:20px;
    width:20px;
    height:24px;
    width:24px;
    color:transparent;
}
#rl-app #rl-right #V-SystemDropDown .dropdown-menu.right-edge.show li:has(a[data-i18n="GLOBAL/LOGOUT"]){