/*
 * Special combined Images + Favicon active state.
 * Only used when top header "Images" is clicked.
 */

#toolFilters .fh-filter.fh-image-favicon-active-v161{
    background:
        linear-gradient(135deg,#2f80ed,#1769e0) !important;

    border-color:#2f80ed !important;
    color:#ffffff !important;

    box-shadow:
        0 4px 12px rgba(47,128,237,.18) !important;
}

/* Dark mode */
html[data-theme="dark"]
#toolFilters .fh-filter.fh-image-favicon-active-v161,

html.dark
#toolFilters .fh-filter.fh-image-favicon-active-v161,

body.dark
#toolFilters .fh-filter.fh-image-favicon-active-v161{
    background:
        linear-gradient(135deg,#3d8cff,#246ee8) !important;

    border-color:#438cf4 !important;
    color:#ffffff !important;
}
