As of dbFront 1.2.6, we have made it easier to recognize and style the "My Layout" and "Exit My Layout" buttons.
The following CSS has been added to the default application but you can easily customize it for your own purposes.
button[action="LayoutPersonalCreateUI"] {
/* No default styling since the user has not yet created a custom layout */
}
button[action="LayoutPersonalSelect"] {
background-color: green;
}
button[action="LayoutMainSelect"] {
background-color: red;
}
For instructions on adding custom CSS to dbFront please see: Where do I add custom CSS?