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

Commit 2cdf95d6 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

icon blur fix

parent e99d47b8
Loading
Loading
Loading
Loading
Loading
+98 −0
Original line number Diff line number Diff line
@@ -635,58 +635,156 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
#rl-app .b-folders .b-folders-system li:nth-child(1) a.selectable::before
{
    background-image: url('images/inbox.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(1) a.selectable.selected::before
{
    background-image: url('images/inbox-color.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(2) a.selectable::before
{
    background-image: url('images/sent.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(2) a.selectable.selected::before
{
    background-image: url('images/sent-color.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(3) a.selectable::before
{
    background-image: url('images/draft.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    width: 16px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(3) a.selectable.selected::before
{
    background-image: url('images/draft-color.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    width: 16px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(4) a.selectable::before
{
    background-image: url('images/spam.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(4) a.selectable.selected::before
{
    background-image: url('images/spam-color.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(5) a.selectable.selected::before
{
    background-image: url('images/trash-color.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 14px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(5) a.selectable::before
{
    background-image: url('images/trash.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 18px;
    width: 14px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(6) a.selectable.selected::before
{
    background-image: url('images/archieve-color.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders  .b-folders-system li:nth-child(6) a.selectable::before
{
    background-image: url('images/archieve.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders .b-folders-user li a.selectable.selected::before
{
    background-image: url('images/folder-color.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 16px;
    width: 20px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders .b-folders-user li a.selectable::before
{
    background-image: url('images/folder.svg');
    content: "";
    background-position: left center;
    background-repeat: no-repeat;
    height: 16px;
    width: 20px;
    padding-left: 20px;
    padding-right: 19px;
}
#rl-app .b-folders .b-folders-user li a.selectable .e-collapsed-sign{
    display:none;