[Added] nubuilder4.css classes / Hidden Objects
Posted: Thu Oct 21, 2021 2:49 pm
Objects with Access: Hidden (User) and Hidden (User) + Readonly have Hidden (User) + Readonly get the css class nuAccessHiddenUser.
Tabs with Access Hidden (User) get the css class nuTabAccessHiddenUser.
This allows you to style those objects to know that they are hidden from users.
You may overwrite the style by declaring those two classes in Setup -> Header:
Tabs with Access Hidden (User) get the css class nuTabAccessHiddenUser.
This allows you to style those objects to know that they are hidden from users.
You may overwrite the style by declaring those two classes in Setup -> Header:
Code: Select all
.nuAccessHiddenUser {
background-color: #f9f1f1
}
.nuTabAccessHiddenUser {
background-color: #f9f1f1
}