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

Commit 66734b8d authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

Merge branch 'dev/attachment-icon-issue' into 'main'

Attachment icon issue

See merge request !37
parents b6ec7fc1 82b68c29
Loading
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;