Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / structure / slider.css
diff --git a/resources/css/structure/slider.css b/resources/css/structure/slider.css
new file mode 100644 (file)
index 0000000..ce66d37
--- /dev/null
@@ -0,0 +1,103 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+/* Shared styles */\r
+.x-slider {\r
+    zoom:1;\r
+}\r
+\r
+.x-slider-inner {\r
+    position:relative;\r
+    left:0;\r
+    top:0;\r
+    overflow:visible;\r
+    zoom:1;\r
+}\r
+\r
+.x-slider-focus {\r
+       position:absolute;\r
+       left:0;\r
+       top:0;\r
+       width:1px;\r
+       height:1px;\r
+    line-height:1px;\r
+    font-size:1px;\r
+    -moz-outline:0 none;\r
+    outline:0 none;\r
+    -moz-user-select: none;\r
+    -khtml-user-select:none;\r
+    -webkit-user-select:ignore;\r
+       display:block;\r
+       overflow:hidden;  \r
+}\r
+\r
+/* Horizontal styles */\r
+.x-slider-horz {\r
+    padding-left:7px;\r
+    background:transparent no-repeat 0 -22px;\r
+}\r
+\r
+.x-slider-horz .x-slider-end {\r
+    padding-right:7px;\r
+    zoom:1;\r
+    background:transparent no-repeat right -44px;\r
+}\r
+\r
+.x-slider-horz .x-slider-inner {\r
+    background:transparent repeat-x 0 0;\r
+    height:22px;\r
+}\r
+\r
+.x-slider-horz .x-slider-thumb {\r
+    width:14px;\r
+    height:15px;\r
+    position:absolute;\r
+    left:0;\r
+    top:3px;\r
+    background:transparent no-repeat 0 0;\r
+}\r
+\r
+.x-slider-horz .x-slider-thumb-over {\r
+    background-position: -14px -15px;\r
+}\r
+\r
+.x-slider-horz .x-slider-thumb-drag {\r
+    background-position: -28px -30px;\r
+}\r
+\r
+/* Vertical styles */\r
+.x-slider-vert {\r
+    padding-top:7px;\r
+    background:transparent no-repeat -44px 0;\r
+    width:22px;\r
+}\r
+\r
+.x-slider-vert .x-slider-end {\r
+    padding-bottom:7px;\r
+    zoom:1;\r
+    background:transparent no-repeat -22px bottom;\r
+}\r
+\r
+.x-slider-vert .x-slider-inner {\r
+    background:transparent repeat-y 0 0;\r
+}\r
+\r
+.x-slider-vert .x-slider-thumb {\r
+    width:15px;\r
+    height:14px;\r
+    position:absolute;\r
+    left:3px;\r
+    bottom:0;\r
+    background:transparent no-repeat 0 0;\r
+}\r
+\r
+.x-slider-vert .x-slider-thumb-over {\r
+    background-position: -15px -14px;\r
+}\r
+\r
+.x-slider-vert .x-slider-thumb-drag {\r
+    background-position: -30px -28px;\r
+}
\ No newline at end of file