Menu

How can I make the form background always white?

0 votes

Some Themes have a very dark background for the forms.

Is there a way to make it always white?

in Customization by (7.0k points)

1 Answer

0 votes
 
Best answer

In the Database Preferences you can specify the name of a custom CSS file to load. This would be the best place to place all of the CSS updates for that database. You can also point this to a single corporate CSS style for consistency.

Database Preferences

In this CSS file you can add the following to make the background of all Form Areas white.

.detailFields {
    background-color: white;
    border-radius: 5px;
}
by (64.3k points)
selected by
Welcome to the dbFront Q&A site, where you can ask questions and receive answers from other members of the community.
 | Minimalist Answer Theme by Digitizor Media
 |
Powered by Question2Answer
...