message_status_icons.style 1.36 KB
Newer Older
1 2 3 4 5 6 7 8
@charset "utf-8";

.status-icon {
    height: 1.75em;
    margin-right: -6px;
    margin-top: -.4em;
}

9 10 11 12
.status-icon.failed {
    height: 1.6em;
}

13 14 15 16
.inline-message-icon {
    margin-top: -.4em;
}

17 18 19 20 21 22 23 24 25 26 27 28 29 30
.x-ltime.message-status {
    left: 0px;
    margin-left: -1.5em;
}

.x-ltime.message-status > .status-icon {
    margin-right: 0;
    margin-top: -2px;
}

.message.consecutive:not(.x-message) {
    clear: both;
}

31 32 33 34 35 36 37
.smooth {
    float: right;
}

.smooth  > .status-icon {
    height: 1.1em;
    margin-left: 4px;
38
    padding-right: 4px;
39 40 41 42 43 44
}

.x-rtime:not(.message-status) {
    clear: both;
}

45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
.stockholm {
    float: right;
    padding-right: 5px;
    margin-right: -8px;
    margin-left: 4px;
    padding-left: 4px;
}

.rtl .stockholm {
    float: left;
    padding-right: 4px;
    margin-right: 4px;
    margin-left: -8px;
    padding-left: 5px;
}

.stockholm > .status-icon {
    height: 1.6em;
    margin-right: -6px;
    margin-top: -2px;
}

.stockholm > .status-icon.failed {
    height: 1.4em;
    padding-top: 2px;
}

.accepted {
    filter: invert(38%) sepia(17%) saturate(0%) hue-rotate(177deg) brightness(94%) contrast(97%);
}

76
.delivered, .displayed, .is-secure {
77 78 79 80 81 82
    filter: invert(28%) sepia(98%) saturate(2550%) hue-rotate(107deg) brightness(102%) contrast(103%);
}

.failed {
    filter: invert(12%) sepia(77%) saturate(5700%) hue-rotate(357deg) brightness(73%) contrast(112%);
}
Tijmen de Mes's avatar
Tijmen de Mes committed
83