Skip to content

Popin - 1 - Dev mode by FACILiti

Screenshot of Popin - 1 - Dev mode

Details

AuthorFACILiti

LicenseNo License

Category.

Created

Updated

Size624 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Highlight popin when user is in integration mode.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Popin - 1 - Dev mode
@version      1.0.0
@description    Highlight popin when user is in integration mode.
@namespace    ?
==/UserStyle== */

iframe[src*="https://cdn.facil-iti.app/gui/integration"][src*="environment=integration"]
{
    border: 2px #c40034 solid !important;
    outline: 2px white solid !important;
}

@media (max-width: 600px) {
    iframe[src*="https://cdn.facil-iti.app/gui/integration"][src*="environment=integration"]
    {
        border-left: unset !important;
        border-right: unset !important;
        border-bottom: unset !important;
    }
}

Reviews

No reviews yet.