summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls/assets/TSlider.css
diff options
context:
space:
mode:
authortof <>2007-09-23 12:02:44 +0000
committertof <>2007-09-23 12:02:44 +0000
commiteae868ae7b80cfeebb8e732014d352d6cf8075c3 (patch)
treec911356b7a9ec5f37d05b0f1ea5f5257eb111be2 /framework/Web/UI/WebControls/assets/TSlider.css
parente1e00df22e6e9a589c3273822ec8ce90c21da84e (diff)
Update TSlider, and make it looks nicer by default.
Diffstat (limited to 'framework/Web/UI/WebControls/assets/TSlider.css')
-rwxr-xr-xframework/Web/UI/WebControls/assets/TSlider.css55
1 files changed, 0 insertions, 55 deletions
diff --git a/framework/Web/UI/WebControls/assets/TSlider.css b/framework/Web/UI/WebControls/assets/TSlider.css
deleted file mode 100755
index 3b068c2f..00000000
--- a/framework/Web/UI/WebControls/assets/TSlider.css
+++ /dev/null
@@ -1,55 +0,0 @@
-/* Css class for an Horizontal Slider */
-.hslider
-{
- background-color: rgb(170,170,170);
- width: 200px;
- height: 5px;
-}
-
-/* Css class for a Vertical Slider */
-.vslider
-{
- background-color: rgb(170,170,170);
- width: 5px;
- height: 200px;
-}
-
-/* Css class for a block cursor as handle */
-.handle
-{
- background-color: red;
- cursor: move;
-}
-
-/* Dimensions of cursor depend on Direction */
-.hslider .handle
-{
- width: 5px;
- height: 10px;
-}
-
-.vslider .handle
-{
- width: 10px;
- height: 5px;
-}
-
-/* Css class for an image as handle */
-.handle-image
-{
- width: 14px;
- height: 15px;
- cursor: move;
- background: url("TSliderHandle.png") no-repeat;
-}
-
-/* Center the image on the track */
-.hslider .handle-image
-{
- top: -5px;
-}
-
-.vslider .handle-image
-{
- left: -5px;
-} \ No newline at end of file