Please tell me how to change the white border in the upper left corner of the ESC to another color.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2024 04:37 AM
Hi,
Please tell me how to change the white border in the upper left corner of the ESC to another color.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2024 02:08 AM
Hi @Tsunemasa Matsu ,
Are you using the EC Theme?
In the portal settings -> EC Theme -> Employee Center Header.
could add a couple of lines in the CSS section
[accessibility] .navbar-brand:focus, [accessibility] .navbar-nav > li > a:focus, [accessibility] .skip-link:focus, [accessibility] .btn.btn-primary:focus, [accessibility] .btn.btn-danger:focus, [accessibility] .navbar-inverse .navbar-toggle:focus {
box-shadow: 0 0 0 .15rem #f00054;// required color here
border-radius: .2rem;
}
Output :
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful."
Thanks,
BK