Difference between revisions of "Team:EPF Lausanne/Test/css"
Line 153: | Line 153: | ||
.carousel-control { | .carousel-control { | ||
style: none; | style: none; | ||
+ | -o-transition-property: none !important; | ||
+ | -moz-transition-property: none !important; | ||
+ | -ms-transition-property: none !important; | ||
+ | -webkit-transition-property: none !important; | ||
+ | transition-property: none !important; | ||
+ | -o-transform: none !important; | ||
+ | -moz-transform: none !important; | ||
+ | -ms-transform: none !important; | ||
+ | -webkit-transform: none !important; | ||
+ | transform: none !important; | ||
+ | -webkit-animation: none !important; | ||
+ | -moz-animation: none !important; | ||
+ | -o-animation: none !important; | ||
+ | -ms-animation: none !important; | ||
+ | animation: none !important; | ||
} | } | ||
.carousel-control a{ | .carousel-control a{ |
Revision as of 10:49, 16 September 2015