All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.web.resources.popup.xml Maven / Gradle / Ivy

<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.extended.window.WebPopup -->

    <!-- Popup -->
    <style type="popup">
        <component>
            <opaque>false</opaque>
        </component>
        <painter>
            <decorations>
                <decoration>
                    <WebShape round="2" />
                    <WebShadow type="outer" width="2" />
                    <LineBorder color="170,170,170" />
                    <ColorBackground color="237,237,237" />
                </decoration>
                <decoration states="unix">
                    <WebShape round="0" />
                    <WebShadow type="outer" width="0" />
                </decoration>
            </decorations>
        </painter>
    </style>

    <!-- Transparent popup -->
    <style type="popup" id="transparent">
        <painter>
            <decorations overwrite="true" />
        </painter>
    </style>

    <!-- Undecorated popup -->
    <style type="popup" id="undecorated">
        <component>
            <opaque>true</opaque>
        </component>
        <painter>
            <decorations overwrite="true">
                <decoration>
                    <WebShape round="0" />
                    <ColorBackground color="237,237,237" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy