Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ratchet.css')
-rw-r--r--dist/ratchet.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ratchet.css b/dist/ratchet.css
index 4fe7f49..a9f4398 100644
--- a/dist/ratchet.css
+++ b/dist/ratchet.css
@@ -1151,7 +1151,7 @@ select {
opacity: 1;
height: 100%;
-webkit-transition: -webkit-transform .25s ease-in-out;
- transition: transform: .25 ease-in-out;
+ transition: transform .25 ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}/* Slider styles (to be used with sliders.js)