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

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

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

    <!-- com.alee.laf.toolbar.WebToolBarSeparator -->

    <!-- Separator -->
    <style type="toolbarseparator">
        <painter>
            <decorations>
                <decoration>
                    <SeparatorStripes>
                        <Stripe>
                            <color fraction="0.0">176,182,188,5</color>
                            <color fraction="0.5">176,182,188</color>
                            <color fraction="1.0">176,182,188,5</color>
                        </Stripe>
                        <Stripe>
                            <color fraction="0.0">255,255,255,5</color>
                            <color fraction="0.5">white</color>
                            <color fraction="1.0">255,255,255,5</color>
                        </Stripe>
                    </SeparatorStripes>
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy