SharePoint ActiveX | Inherits color from body

You want this

.body { background-color: #000; }

but you get this for free:

- ActiveX controls appear black (color is inherited from body)

I tried everything:
- Adding "params" to Upload.aspx
- rewriting activex script
- creating css classes

But nothing worked but the fix many people are using:

.body { background-color: #fff; }
form#aspnetform { background-color: #000; }

or simply
.bodyclass { background-color: #000; } //add class="bodyclass" to masterpage's form tag

Comments

Popular posts from this blog

Mobile development opportunities

Breaking down document locking in SharePoint

Working around X-Frame-Options for iframes