All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.alee.skin.web.resources.scrollbar.xml Maven / Gradle / Ivy
<skin>
<!-- com.alee.laf.scroll.WebScrollBar -->
<!-- Scroll bar -->
<style type="scrollbar" padding="1,1,1,1">
<component>
<opaque>false</opaque>
<background>237,237,237</background>
</component>
<ui>
<paintButtons>true</paintButtons>
<paintTrack>false</paintTrack>
<minimumThumbSize>25,25</minimumThumbSize>
</ui>
<painter>
<thumbRound>8</thumbRound>
<thumbMargin>1,2,1,2</thumbMargin>
<scrollBarWidth>13</scrollBarWidth>
<trackBorderColor>230,230,230</trackBorderColor>
<trackBackgroundColor>245,245,245</trackBackgroundColor>
<thumbBorderColor>189,189,189</thumbBorderColor>
<thumbBackgroundColor>217,217,217</thumbBackgroundColor>
<thumbDisabledBorderColor>210,210,210</thumbDisabledBorderColor>
<thumbDisabledBackgroundColor>230,230,230</thumbDisabledBackgroundColor>
<thumbRolloverBorderColor>166,166,166</thumbRolloverBorderColor>
<thumbRolloverBackgroundColor>194,194,194</thumbRolloverBackgroundColor>
<thumbPressedBorderColor>126,126,126</thumbPressedBorderColor>
<thumbPressedBackgroundColor>145,145,145</thumbPressedBackgroundColor>
</painter>
<!-- Scroll bar button -->
<style type="button" id="button" padding="0">
<painter class="com.alee.laf.scroll.ScrollBarButtonPainter">
<size>13,13</size>
<borderColor>189,189,189</borderColor>
<backgroundColor>217,217,217</backgroundColor>
<disabledBorderColor>210,210,210</disabledBorderColor>
<disabledBackgroundColor>230,230,230</disabledBackgroundColor>
<rolloverBorderColor>166,166,166</rolloverBorderColor>
<rolloverBackgroundColor>194,194,194</rolloverBackgroundColor>
<pressedBorderColor>126,126,126</pressedBorderColor>
<pressedBackgroundColor>145,145,145</pressedBackgroundColor>
</painter>
</style>
<!-- Decrease (scroll up/left) scroll bar button -->
<style type="button" id="decrease" extends="button">
<painter class="com.alee.laf.scroll.ScrollBarButtonPainter">
<buttonType>decrease</buttonType>
</painter>
</style>
<!-- Increase (scroll down/right) scroll bar button -->
<style type="button" id="increase" extends="button">
<painter class="com.alee.laf.scroll.ScrollBarButtonPainter">
<buttonType>increase</buttonType>
</painter>
</style>
</style>
<!-- Decorated scrollbar -->
<style type="scrollbar" id="decorated">
<component>
<opaque>true</opaque>
</component>
<ui>
<paintButtons>true</paintButtons>
<paintTrack>true</paintTrack>
</ui>
</style>
<!-- Undecorated scrollbar -->
<style type="scrollbar" id="undecorated">
<ui>
<paintButtons>true</paintButtons>
<paintTrack>false</paintTrack>
</ui>
</style>
<!-- Button-less scrollbar -->
<style type="scrollbar" id="buttonless">
<component>
<opaque>true</opaque>
</component>
<ui>
<paintButtons>false</paintButtons>
<paintTrack>true</paintTrack>
</ui>
</style>
<!-- Undecorated button-less scrollbar -->
<style type="scrollbar" id="undecorated-buttonless">
<ui>
<paintButtons>false</paintButtons>
<paintTrack>false</paintTrack>
</ui>
</style>
</skin>