Skip to content

mail.css by raymrtinz

Details

Authorraymrtinz

LicenseNo License

Categoryhttps://mail.google.com/mail/mu/mp/

Created

Updated

Size704 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Renders the Wingdings characters attached to Help Desk Announcements properly and makes the HDAs legible enough in a screenshot.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name	HDA Enhancement
@namespace 	naur
@version	1.0
@description	Enhances the appearance of HDAs
@author	Ronn
==/UserStyle== */

@-moz-document url-prefix("https://mail.google.com/mail/mu/mp/") {
*:not([style*="font-family:Wingdings"]), span:not([style*="font-family:Wingdings"]), .gmail_default:not([style*="font-family:Wingdings"]), font:not([style*="font-family:Wingdings"]) {
  font-family: 'Helvetica Neue' !important;
}

/* Other Buttons */
.il.d.Gh {
  opacity: 0;
}

.il.d.A {
  opacity: 0;
}

/* Details Button */
[data-control-type*="cvatoggledet+23"],
[data-control-type*="cvram+62"] > * {
  opacity: 0;
}

.rg {
  padding: 8px !important;
}

}

Reviews

No reviews yet.