X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/scrollbars.css diff --git a/docs/scrollbars.css b/docs/scrollbars.css new file mode 100644 index 00000000..dd442a59 --- /dev/null +++ b/docs/scrollbars.css @@ -0,0 +1,25 @@ +.iScroll ::-webkit-scrollbar { + width:7px; + height:9px; +} +.iScroll ::-webkit-scrollbar-button:start:decrement, +.iScroll ::-webkit-scrollbar-button:end:increment { + display:block; + height:0; + background-color:transparent; +} +.iScroll ::-webkit-scrollbar-track-piece { + -webkit-border-radius:0; + -webkit-border-bottom-right-radius:4px; + -webkit-border-bottom-left-radius:4px; +} +.iScroll ::-webkit-scrollbar-thumb:vertical { + height:50px; + background-color:rgba(0,0,0,0.15); + -webkit-border-radius:4px; +} +.iScroll ::-webkit-scrollbar-thumb:horizontal { + width:50px; + background-color: rgba(0,0,0,0.15); + -webkit-border-radius:4px; +} \ No newline at end of file