Neues Initialrelease mit IonicMaterial

This commit is contained in:
Carsten Hilmer
2016-08-22 12:55:52 +02:00
parent 30a5df79aa
commit 45e482b14d
1249 changed files with 305225 additions and 68794 deletions

View File

@@ -21,11 +21,6 @@
background-repeat: no-repeat;
-webkit-appearance: none;
&::-moz-focus-outer {
/* hide the focus outline in Firefox */
border: 0;
}
&::-webkit-slider-thumb {
position: relative;
width: $range-slider-width;
@@ -59,11 +54,6 @@
//background: red;
//opacity: .5;
}
&::-ms-fill-lower{
height: $range-track-height;
background:$dark;
}
/*
&::-ms-track{
background: transparent;
border-color: transparent;
@@ -82,11 +72,14 @@
margin-right:1px;
outline:none;
}
&::-ms-fill-lower{
height: $range-track-height;
background:$dark;
}
&::-ms-fill-upper {
height: $range-track-height;
background:$range-default-track-bg;
}
*/
}
.range {
@@ -157,4 +150,4 @@
.range input{
height:auto;
}
}
}