Skip to content

for Gmail Sender Icons extension by semjei

Details

Authorsemjei

LicenseNo License

Categorygmail

Created

Updated

Size958 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fixed width 110px
icon size 16px
background color change match to dark mode

Notes

Source code

/* ==UserStyle==
@name         for Gmail Sender Icons extension
@version      20220819.00.25
@namespace    userstyles.world/user/semjei
@description  fixed width 110px
icon size 16px
background color change match to dark mode
@author       semjei
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://mail.google.com") {
/* 
 @name for Gmail Sender Icons extension
 @namespace FGSIE
 @version 0.1
 * https://chrome.google.com/webstore/detail/gmail-sender-icons/jniljaamodclkmphgkgkooplflhkadpg
 */
.inboxsdk__gmail_label {
    width: 108px;
}
.inboxsdk__gmail_label > div.at {
    background-color: #373737 !important;
    color: #ffffffB3 !important;
}
.inboxsdk__button_iconImg {
    margin-top: -3px;
}
.inboxsdk__gmail_label.inboxsdk__label_has_icon .au {
    margin-left: 20px;
}
.inboxsdk__thread_row_label .inboxsdk__button_icon,
.inboxsdk__thread_row_label .inboxsdk__button_iconImg {
    height: 16px;
    width: 16px;
}
}

Reviews

No reviews yet.