Help / About dialog box enhancements (#8)

* Replace Help / About Serpent window background

* Copy new web.whatsapp.com SSUAO from PM to Serpent

* Revert last commit & future-proof whatsapp SSUAO

1. Reverted previous commit as unnecessary. Web.whatsapp.com will work with a FF SSUAO as well as a Chrome one.
2. Changed FF rv for whatsapp.com from 61.0 to 68.0 so whatsapp will consider Basilisk & Serpent "up to date" for a while longer

* Fix file ext. to show "Serpent" wordmark

Style sheet was attempting to load about-wordmark.png but actual file is about-wordmark.svg

* Update about-wordmark.svg

* New royalty-free Help / About background image
This commit is contained in:
Mathwi 2019-08-28 17:27:22 -05:00 committed by roytam1
commit a0cdcc34b4
4 changed files with 73 additions and 85 deletions

View file

@ -11,7 +11,7 @@
}
#rightBox {
background-image: url("chrome://branding/content/about-wordmark.png");
background-image: url("chrome://branding/content/about-wordmark.svg");
background-repeat: no-repeat;
/* padding-top creates room for the wordmark */
padding-top: 38px;