Reputation: 339
How do I update the background color behind my office add-in? This is an excel app and the color behind the app looks weird.. Can I somehow change it? I could no find anything on the web.
Upvotes: 0
Views: 345
Reputation: 49455
The task pane loads the web page specified in the manifest file (or the ribbon button to open). Depending on the web page content the background color is used. You may try to build a sample add-in with a task pane and play with background color properties, see Build your first Outlook add-in.
Also you may find the Task panes in Office Add-ins page helpful.
Upvotes: 1