Control Formatting with a a colored background?
I have formatted multiple tables with the following code in the Layout\Style section:
border-radius: 10px;
background: #ABB9DB
giving it a blue color. I have inserted multiple fields (text, dates, etc.) and the entry fields are muted gray in color instead of white as they should be. It appears that the blue colored background is bleeding though.
Is there a way to change the field color to white?
Thanks for your help.
border-radius: 10px;
background: #ABB9DB
giving it a blue color. I have inserted multiple fields (text, dates, etc.) and the entry fields are muted gray in color instead of white as they should be. It appears that the blue colored background is bleeding though.
Is there a way to change the field color to white?
Thanks for your help.
- Attachments
-
- Muted Fields.JPG (79.8 KiB) Viewed 2083 times
Hi!
Add this CSS rule to your CSS Editor:
Add this CSS rule to your CSS Editor:
Code: Select all
input[type=password], input[type=text], input[type=file], input:not([type]), select, textarea, .sp-peoplepicker-topLevel, .sp-peoplepicker-topLevelDisabled, .sp-peoplepicker-autoFillContainer, .ms-inputBox {
background-color: rgba(255, 255, 255, 1) !important;
}
Hi!
Sure, just add this css rule to CSS Editor to color all the form:
Sure, just add this css rule to CSS Editor to color all the form:
Code: Select all
div#fd_form {
background-color: #ABB9DB;
}
-
- Information
-
Who is online
Users browsing this forum: No registered users and 24 guests