X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc:/resources/css/slider.css..c930e9176a5a85509c5b0230e2bff5c22a591432:/resources/css/structure/slider.css diff --git a/resources/css/slider.css b/resources/css/structure/slider.css similarity index 56% rename from resources/css/slider.css rename to resources/css/structure/slider.css index 9cc8a09c..ce66d37c 100644 --- a/resources/css/slider.css +++ b/resources/css/structure/slider.css @@ -1,15 +1,14 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ /* Shared styles */ .x-slider { zoom:1; } + .x-slider-inner { position:relative; left:0; @@ -17,6 +16,7 @@ overflow:visible; zoom:1; } + .x-slider-focus { position:absolute; left:0; @@ -27,35 +27,43 @@ font-size:1px; -moz-outline:0 none; outline:0 none; - -moz-user-select: text; - -khtml-user-select: text; + -moz-user-select: none; + -khtml-user-select:none; + -webkit-user-select:ignore; + display:block; + overflow:hidden; } /* Horizontal styles */ .x-slider-horz { padding-left:7px; - background:transparent url(../images/default/slider/slider-bg.png) no-repeat 0 -22px; + background:transparent no-repeat 0 -22px; } + .x-slider-horz .x-slider-end { padding-right:7px; zoom:1; - background:transparent url(../images/default/slider/slider-bg.png) no-repeat right -44px; + background:transparent no-repeat right -44px; } + .x-slider-horz .x-slider-inner { - background:transparent url(../images/default/slider/slider-bg.png) repeat-x 0 0; + background:transparent repeat-x 0 0; height:22px; } + .x-slider-horz .x-slider-thumb { width:14px; height:15px; position:absolute; left:0; top:3px; - background:transparent url(../images/default/slider/slider-thumb.png) no-repeat 0 0; + background:transparent no-repeat 0 0; } + .x-slider-horz .x-slider-thumb-over { background-position: -14px -15px; } + .x-slider-horz .x-slider-thumb-drag { background-position: -28px -30px; } @@ -63,28 +71,33 @@ /* Vertical styles */ .x-slider-vert { padding-top:7px; - background:transparent url(../images/default/slider/slider-v-bg.png) no-repeat -44px 0; + background:transparent no-repeat -44px 0; width:22px; } + .x-slider-vert .x-slider-end { padding-bottom:7px; zoom:1; - background:transparent url(../images/default/slider/slider-v-bg.png) no-repeat -22px bottom; + background:transparent no-repeat -22px bottom; } + .x-slider-vert .x-slider-inner { - background:transparent url(../images/default/slider/slider-v-bg.png) repeat-y 0 0; + background:transparent repeat-y 0 0; } + .x-slider-vert .x-slider-thumb { width:15px; height:14px; position:absolute; left:3px; bottom:0; - background:transparent url(../images/default/slider/slider-v-thumb.png) no-repeat 0 0; + background:transparent no-repeat 0 0; } + .x-slider-vert .x-slider-thumb-over { background-position: -15px -14px; } + .x-slider-vert .x-slider-thumb-drag { background-position: -30px -28px; } \ No newline at end of file