/* ---Volet des dossiers--- */ .container { appearance: none !important; height: 12px !important; /* font-family: Tahoma !important; */ font-size: 12.0px !important; } /* ---Taille des icônes--- */ #folderTree .icon { appearance: none !important; transform: scale(1.0, 1.0) !important; } /* ---Volet des messages-- */ tr[is="thread-row"] { appearance: none !important; height: 22.0px !important; font-size: 12.px !important; /* font-weight: bold !important; */ /* font-family: Californian FB; */ } /* Couleur des messages non lus */ #threadTree tbody [data-properties~="unread"] { color: #0000FF !important; font-style: italic; font-weight: bold !important; /*font-size: 13px !important; */ } /*Modifier couleur texte du bouton Supprimer */ [label="Supprimer"] { color:#FF0000 !important; font-weight: bold !important; } [label="Supprimer le message"] { color:#FF0000 !important; font-weight: bold !important; } [label="Supprimer les messages sélectionnés"] { color:#FF0000 !important; font-weight: bold !important; } /*Modifier couleur texte du bouton Répondre */ [label="Répondre"] { color:#008000 !important; font-weight: bold !important; } /* Suppression Items menu Clic Droit sur Message" */ [label="Ouvrir dans un nouvel onglet"] { display: none !important } [label="Ouvrir dans une nouvelle fenêtre"] { display: none !important } [label="Ouvrir le message dans la discussion"] { display: none !important } [label="Ignorer la discussion"] { display: none !important } [label="Ignorer le sous-fil de discussion"] { display: none !important } [label="Surveiller la discussion"] { display: none !important } [label="Répondre à tout le monde"] { display: none !important } [label="Répondre à la liste"] { display: none !important } [label="Transférer au format"] { display: none !important } [label="Modifier comme un nouveau message"] { display: none !important } [label="Convertir en"] { display: none !important } [label="Marquer"] { color:#008000 !important; font-weight: bold !important; .write-message { color:#FF0000 !important; font-weight: bold !important; } #button-send { color:#0000FF !important; font-weight: bold !important; background-color:#00ffff !important; } .get-messages { color:#008000 !important; font-weight: bold !important; background-color:#00ffff !important; } /* remettre l'arrondi des onglets */ .tab-background { border-radius: 10px 10px 6px 6px !important; } .tab-line { display: none; }