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

Commit 82b68c29 authored by Ronak Patel's avatar Ronak Patel Committed by Nivesh Krishna
Browse files

Attachment icon issue

parent b6ec7fc1
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -2373,11 +2373,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    }
    #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) .icon-file-text {
        vertical-align: middle;
        height: 19px;
        height: 100%;
        display: block;
        background-image: var(--file-text);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    #rl-app #V-PopupsCompose .btn-group:nth-of-type(1) button.btn:nth-child(1) .icon-file-text::before {
        content: "";
@@ -4353,11 +4354,12 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
    }
    #rl-app #V-PopupsCompose .tabs .icon-file-text {
        vertical-align: middle;
        height: 19px;
        height: 100%;
        display: block;
        background-image: var(--file-text);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #rl-app #V-PopupsCompose .tabs .icon-file-text::before {
@@ -4393,6 +4395,13 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll {
        width:38px;
        height:32px;
        border-radius: 0 4px 4px 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        min-width: fit-content;
    }
    #rl-app #V-PopupsCompose .tabs label:nth-of-type(2) b{
        padding-right: 5px;
    }
    #rl-app #V-PopupsCompose .tabs label:nth-of-type(3){
        position: absolute;