<!DOCTYPE html>
|
<html>
|
<head>
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<title>The source code</title>
|
<link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
|
<script type="text/javascript" src="../resources/prettify/prettify.js"></script>
|
<style type="text/css">
|
.highlight { display: block; background-color: #ddd; }
|
</style>
|
<script type="text/javascript">
|
function highlight() {
|
document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
|
}
|
</script>
|
</head>
|
<body onload="prettyPrint(); highlight();">
|
<pre class="prettyprint lang-js">.#{$prefix}slider {
|
outline: none; // prevent dotted outline in firefox when focused
|
@if $include-ie {
|
zoom:1;
|
}
|
position: relative;
|
}
|
|
.#{$prefix}slider-inner {
|
position:relative;
|
left:0;
|
top:0;
|
overflow:visible;
|
@if $include-ie {
|
zoom:1;
|
}
|
.#{$prefix}slider-vert & {
|
background: repeat-y 0 0;
|
}
|
}
|
|
@if $include-ie {
|
.#{$prefix}slider-end {
|
zoom: 1;
|
}
|
}
|
|
.#{$prefix}slider-thumb {
|
position: absolute;
|
background: no-repeat 0 0;
|
.#{$prefix}slider-horz & {
|
left: 0;
|
}
|
.#{$prefix}slider-vert & {
|
bottom: 0;
|
}
|
}</pre>
|
</body>
|
</html>
|