CentBrowser Forum

Full Version: "Use custom background color for web pages" override web site author's stylesheet.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think the option "Use custom background color for web pages" should only override the user agent's default background color (white), but not override web site author's stylesheet.

If I really want to overwrite background color style of web pages, I can add style rule to "User Data/custom.css"
body {
    background-color: lightgray !important;
}
It only overrides background color of <body> element.
If we don't do this, this option will have no effect for most websites.