aboutsummaryrefslogtreecommitdiffstats
path: root/index.ts
AgeCommit message (Collapse)Author
2019-05-01Move code to "style.ts"Teddy Wing
* Create a separate module for the CSS style-related code. * Use `commonjs` module format instead of `amd` so that the resulting output file can be used (hopefully) without modification directly in the browser.
2019-05-01Change `MESSAGE_PAGER` classTeddy Wing
Use a class from a deeper element in the hierarchy. This way the action buttons above messages aren't inverted.
2019-05-01Add some test stylesTeddy Wing
* Remove the right "tools" sidebar * Invert colours in the main message viewer. Doesn't appear to be working correctly at the moment. Looks like I need to add some specificity to the selector. Change the name of the output file to make it a user script. Add the UserScript header metadata.
2019-05-01Add constants for Gmail CSS classesTeddy Wing
Create a type and names for these generated class names.