How to export components with white background

Some of you might use panels with white background to overlay the standard blue background of Design Studio applications.

When exporting single components with biExport, these may be displayed with blue background color though.

To prevent this, add the following CSS code to the main CSS file. And the best of it: The panel workaround becomes entirely unnnecessary!

.sapUiBodyBackground, .sapUiBody{ background-color: white !important; background-image: none !important; }
Bastian Buchholz
Author: Bastian Buchholz
Creation date: 19.06.2017
Category: How to & Troubleshooting
back to overview