summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-11-03 17:01:01 -0500
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-11-03 17:01:01 -0500
commita125fc78799b904273a944fe7c8357d77faccbf5 (patch)
tree5a78d8dc0c9acf53963b7839ca51a12fe83e7bf1 /www/css
parent18c41c7f01d5441c2820317ea6af41dc3326e3c2 (diff)
#49 initial code commits towards swiping events
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index fedf5879..6a6d4e8c 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -537,6 +537,12 @@ input[type=range]::-webkit-slider-thumb {
float:left;
}
+
+#full-screen-event {
+ -webkit-animation-duration: 500ms;
+
+}
+
/*.mySliderClass.jslider.sliderCSS div.jslider-pointer
{top:-10px;left:15px;width:60px;height:60px;margin-left:-5px;background-color:silver;background-color:#615959;border-radius:50%
}*/