Dark Theme little issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • item
    Active Community Member
    • Mar 2017
    • 1567

    #1

    Dark Theme little issue

    Hi,
    on demo too :
    choose dark theme
    go calendar, create with drop-down button a shared calendar
    go to de same drop-down, the selected item is "strange white color"

    Here the fix (it's resoled for me i think)

    PHP Code:
    
    ul.dropdown-menu > li > a.active {
        background-color: var(--dropdown-link-hover-bg);
        color: var(--dropdown-link-hover-color);
    }
    
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​
Working...