mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-12 09:12:17 +03:00
Merge remote-tracking branch 'origin/gh-pages' into gh-pages
This commit is contained in:
commit
d7465deb82
|
@ -1343,7 +1343,7 @@
|
||||||
|
|
||||||
<form class="bs-component">
|
<form class="bs-component">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input class="form-control floating-label" id="focusedInput" type="text" placeholder="Floating label on click input">
|
<input class="form-control floating-label" id="focusedInput" type="text" placeholder="Write something to make the label float">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Generated by less 1.7.0 */
|
/* Generated by less 1.7.5 */
|
||||||
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);
|
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);
|
||||||
@-webkit-keyframes input-highlight {
|
@-webkit-keyframes input-highlight {
|
||||||
0% {
|
0% {
|
||||||
|
@ -14,20 +14,6 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-moz-keyframes input-highlight {
|
|
||||||
0% {
|
|
||||||
left: 20%;
|
|
||||||
width: 20%;
|
|
||||||
}
|
|
||||||
99% {
|
|
||||||
width: 0;
|
|
||||||
left: 0;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes input-highlight {
|
@keyframes input-highlight {
|
||||||
0% {
|
0% {
|
||||||
left: 20%;
|
left: 20%;
|
||||||
|
@ -95,6 +81,7 @@ h6,
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: rgba(255, 255, 255, 0.84);
|
color: rgba(255, 255, 255, 0.84);
|
||||||
|
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
@ -193,6 +180,7 @@ h6,
|
||||||
}
|
}
|
||||||
.btn-raised {
|
.btn-raised {
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
|
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
}
|
}
|
||||||
.btn-raised:active:not(.btn-link) {
|
.btn-raised:active:not(.btn-link) {
|
||||||
|
@ -280,6 +268,7 @@ h6,
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
margin: 10px 1px;
|
margin: 10px 1px;
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
|
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
}
|
}
|
||||||
.btn-group:active:not(.btn-link),
|
.btn-group:active:not(.btn-link),
|
||||||
|
@ -293,6 +282,7 @@ h6,
|
||||||
.btn-group.btn-group-raised,
|
.btn-group.btn-group-raised,
|
||||||
.btn-group-vertical.btn-group-raised {
|
.btn-group-vertical.btn-group-raised {
|
||||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||||
|
-webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
}
|
}
|
||||||
.btn-group.btn-group-raised:active:not(.btn-link),
|
.btn-group.btn-group-raised:active:not(.btn-link),
|
||||||
|
@ -438,6 +428,7 @@ h6,
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
|
-webkit-transition-duration: 0.2s;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
}
|
}
|
||||||
.checkbox label .ripple {
|
.checkbox label .ripple {
|
||||||
|
@ -456,9 +447,6 @@ h6,
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
-webkit-transition-delay: 0.2s;
|
-webkit-transition-delay: 0.2s;
|
||||||
-moz-transition-delay: 0.2s;
|
|
||||||
-o-transition-delay: 0.2s;
|
|
||||||
-ms-transition-delay: 0.2s;
|
|
||||||
transition-delay: 0.2s;
|
transition-delay: 0.2s;
|
||||||
}
|
}
|
||||||
.checkbox .check,
|
.checkbox .check,
|
||||||
|
@ -536,37 +524,29 @@ h6,
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox] ~ .check {
|
.checkbox input[type=checkbox] ~ .check {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 2px;
|
||||||
left: 0px;
|
left: 11px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
border: solid 2px;
|
border: solid 2px;
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
-webkit-animation: uncheck 300ms ease-out forwards;
|
-webkit-animation: uncheck 300ms ease-out forwards;
|
||||||
-moz-animation: uncheck 300ms ease-out forwards;
|
|
||||||
-ms-animation: uncheck 300ms ease-out forwards;
|
-ms-animation: uncheck 300ms ease-out forwards;
|
||||||
-o-animation: uncheck 300ms ease-out forwards;
|
|
||||||
animation: uncheck 300ms ease-out forwards;
|
animation: uncheck 300ms ease-out forwards;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:checked ~ .check {
|
.checkbox input[type=checkbox]:checked ~ .check {
|
||||||
-webkit-animation: check 300ms ease-out forwards;
|
-webkit-animation: check 300ms ease-out forwards;
|
||||||
-moz-animation: check 300ms ease-out forwards;
|
|
||||||
-ms-animation: check 300ms ease-out forwards;
|
-ms-animation: check 300ms ease-out forwards;
|
||||||
-o-animation: check 300ms ease-out forwards;
|
|
||||||
animation: check 300ms ease-out forwards;
|
animation: check 300ms ease-out forwards;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:not(:checked) ~ .ripple {
|
.checkbox input[type=checkbox]:not(:checked) ~ .ripple {
|
||||||
-webkit-animation: rippleOff 500ms;
|
-webkit-animation: rippleOff 500ms;
|
||||||
-moz-animation: rippleOff 500ms;
|
|
||||||
-ms-animation: rippleOff 500ms;
|
-ms-animation: rippleOff 500ms;
|
||||||
-o-animation: rippleOff 500ms;
|
|
||||||
animation: rippleOff 500ms;
|
animation: rippleOff 500ms;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox]:checked ~ .ripple {
|
.checkbox input[type=checkbox]:checked ~ .ripple {
|
||||||
-webkit-animation: rippleOn 500ms;
|
-webkit-animation: rippleOn 500ms;
|
||||||
-moz-animation: rippleOn 500ms;
|
|
||||||
-ms-animation: rippleOn 500ms;
|
-ms-animation: rippleOn 500ms;
|
||||||
-o-animation: rippleOn 500ms;
|
|
||||||
animation: rippleOn 500ms;
|
animation: rippleOn 500ms;
|
||||||
}
|
}
|
||||||
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .check {
|
.checkbox input[type=checkbox][disabled]:not(:checked) ~ .check {
|
||||||
|
@ -654,6 +634,7 @@ h6,
|
||||||
border-color: #0f9d58;
|
border-color: #0f9d58;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
border-top-color: transparent;
|
border-top-color: transparent;
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
|
@ -661,6 +642,7 @@ h6,
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: #0f9d58;
|
border-color: #0f9d58;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
|
@ -676,6 +658,7 @@ h6,
|
||||||
left: 12px;
|
left: 12px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
-webkit-transform: rotate(0deg);
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
border-left-color: #5a5a5a;
|
border-left-color: #5a5a5a;
|
||||||
|
@ -688,6 +671,7 @@ h6,
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: #0f9d58;
|
border-color: #0f9d58;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
|
@ -702,6 +686,7 @@ h6,
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
border-left-color: #5a5a5a;
|
border-left-color: #5a5a5a;
|
||||||
|
@ -712,42 +697,7 @@ h6,
|
||||||
left: 12px;
|
left: 12px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
transform: rotate(0deg);
|
-webkit-transform: rotate(0deg);
|
||||||
border-color: #5a5a5a;
|
|
||||||
border-left-color: #5a5a5a;
|
|
||||||
border-top-color: #5a5a5a;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@-moz-keyframes check {
|
|
||||||
100% {
|
|
||||||
top: -3px;
|
|
||||||
left: 17px;
|
|
||||||
width: 10px;
|
|
||||||
height: 21px;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
border-color: #0f9d58;
|
|
||||||
border-left-color: transparent;
|
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
|
||||||
51% {
|
|
||||||
border-left: transparent;
|
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
top: 14px;
|
|
||||||
left: 17px;
|
|
||||||
width: 4px;
|
|
||||||
height: 4px;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
border-color: #5a5a5a;
|
|
||||||
border-left-color: #5a5a5a;
|
|
||||||
border-top-color: #5a5a5a;
|
|
||||||
}
|
|
||||||
0% {
|
|
||||||
top: 1px;
|
|
||||||
left: 12px;
|
|
||||||
width: 18px;
|
|
||||||
height: 18px;
|
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
border-left-color: #5a5a5a;
|
border-left-color: #5a5a5a;
|
||||||
|
@ -760,6 +710,7 @@ h6,
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
|
-ms-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: #0f9d58;
|
border-color: #0f9d58;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
|
@ -774,6 +725,7 @@ h6,
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
|
-ms-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
border-left-color: #5a5a5a;
|
border-left-color: #5a5a5a;
|
||||||
|
@ -784,42 +736,7 @@ h6,
|
||||||
left: 12px;
|
left: 12px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
transform: rotate(0deg);
|
-ms-transform: rotate(0deg);
|
||||||
border-color: #5a5a5a;
|
|
||||||
border-left-color: #5a5a5a;
|
|
||||||
border-top-color: #5a5a5a;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@-o-keyframes check {
|
|
||||||
100% {
|
|
||||||
top: -3px;
|
|
||||||
left: 17px;
|
|
||||||
width: 10px;
|
|
||||||
height: 21px;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
border-color: #0f9d58;
|
|
||||||
border-left-color: transparent;
|
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
|
||||||
51% {
|
|
||||||
border-left: transparent;
|
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
top: 14px;
|
|
||||||
left: 17px;
|
|
||||||
width: 4px;
|
|
||||||
height: 4px;
|
|
||||||
transform: rotate(45deg);
|
|
||||||
border-color: #5a5a5a;
|
|
||||||
border-left-color: #5a5a5a;
|
|
||||||
border-top-color: #5a5a5a;
|
|
||||||
}
|
|
||||||
0% {
|
|
||||||
top: 1px;
|
|
||||||
left: 12px;
|
|
||||||
width: 18px;
|
|
||||||
height: 18px;
|
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
border-left-color: #5a5a5a;
|
border-left-color: #5a5a5a;
|
||||||
|
@ -832,6 +749,7 @@ h6,
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 21px;
|
height: 21px;
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: #0f9d58;
|
border-color: #0f9d58;
|
||||||
border-left-color: transparent;
|
border-left-color: transparent;
|
||||||
|
@ -846,6 +764,7 @@ h6,
|
||||||
left: 17px;
|
left: 17px;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
height: 4px;
|
height: 4px;
|
||||||
|
-webkit-transform: rotate(45deg);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
border-left-color: #5a5a5a;
|
border-left-color: #5a5a5a;
|
||||||
|
@ -856,6 +775,7 @@ h6,
|
||||||
left: 12px;
|
left: 12px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
-webkit-transform: rotate(0deg);
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
border-color: #5a5a5a;
|
border-color: #5a5a5a;
|
||||||
border-left-color: #5a5a5a;
|
border-left-color: #5a5a5a;
|
||||||
|
@ -873,17 +793,6 @@ h6,
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-moz-keyframes rippleOn {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@-ms-keyframes rippleOn {
|
@-ms-keyframes rippleOn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -895,17 +804,6 @@ h6,
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-o-keyframes rippleOn {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes rippleOn {
|
@keyframes rippleOn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -928,17 +826,6 @@ h6,
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-moz-keyframes rippleOff {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@-ms-keyframes rippleOn {
|
@-ms-keyframes rippleOn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -950,17 +837,6 @@ h6,
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@-o-keyframes rippleOff {
|
|
||||||
0% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
50% {
|
|
||||||
opacity: 0.2;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@keyframes rippleOff {
|
@keyframes rippleOff {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -985,6 +861,7 @@ h6,
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
-webkit-transition-duration: 0.2s;
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
}
|
}
|
||||||
.radio label .ripple {
|
.radio label .ripple {
|
||||||
|
@ -994,13 +871,18 @@ h6,
|
||||||
height: 34px;
|
height: 34px;
|
||||||
width: 34px;
|
width: 34px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
-webkit-transform: scale(0);
|
||||||
|
-ms-transform: scale(0);
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
|
-webkit-transition: -webkit-transform .1s, opacity 0.2s 0.4s;
|
||||||
transition: transform .1s, opacity 0.2s 0.4s;
|
transition: transform .1s, opacity 0.2s 0.4s;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.radio label .ripple.animate {
|
.radio label .ripple.animate {
|
||||||
|
-webkit-transform: scale(1);
|
||||||
|
-ms-transform: scale(1);
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
@ -1015,6 +897,8 @@ h6,
|
||||||
width: 15px;
|
width: 15px;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
background-color: rgba(0, 0, 0, 0.84);
|
background-color: rgba(0, 0, 0, 0.84);
|
||||||
|
-webkit-transform: scale(0);
|
||||||
|
-ms-transform: scale(0);
|
||||||
transform: scale(0);
|
transform: scale(0);
|
||||||
}
|
}
|
||||||
.radio input[type=radio]:checked ~ .check,
|
.radio input[type=radio]:checked ~ .check,
|
||||||
|
@ -1165,6 +1049,8 @@ h6,
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.radio input[type=radio]:checked ~ .check {
|
.radio input[type=radio]:checked ~ .check {
|
||||||
|
-webkit-transform: scale(0.55);
|
||||||
|
-ms-transform: scale(0.55);
|
||||||
transform: scale(0.55);
|
transform: scale(0.55);
|
||||||
}
|
}
|
||||||
.radio input[type=radio][disabled] ~ .circle {
|
.radio input[type=radio][disabled] ~ .circle {
|
||||||
|
@ -1173,11 +1059,15 @@ h6,
|
||||||
.radio input[type=radio][disabled] ~ .check {
|
.radio input[type=radio][disabled] ~ .check {
|
||||||
background-color: rgba(0, 0, 0, 0.84);
|
background-color: rgba(0, 0, 0, 0.84);
|
||||||
}
|
}
|
||||||
|
fieldset[disabled] .form-control,
|
||||||
.form-control-wrapper .form-control,
|
.form-control-wrapper .form-control,
|
||||||
.form-control,
|
.form-control,
|
||||||
|
fieldset[disabled] .form-control:focus,
|
||||||
.form-control-wrapper .form-control:focus,
|
.form-control-wrapper .form-control:focus,
|
||||||
.form-control:focus {
|
.form-control:focus,
|
||||||
height: 28px;
|
fieldset[disabled] .form-control.focus,
|
||||||
|
.form-control-wrapper .form-control.focus,
|
||||||
|
.form-control.focus {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
float: none;
|
float: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -1186,24 +1076,42 @@ h6,
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-bottom: 1px solid #757575;
|
border-bottom: 1px solid #757575;
|
||||||
}
|
}
|
||||||
|
fieldset[disabled] .form-control:not(textarea):not(select),
|
||||||
|
.form-control-wrapper .form-control:not(textarea):not(select),
|
||||||
|
.form-control:not(textarea):not(select),
|
||||||
|
fieldset[disabled] .form-control:focus:not(textarea):not(select),
|
||||||
|
.form-control-wrapper .form-control:focus:not(textarea):not(select),
|
||||||
|
.form-control:focus:not(textarea):not(select),
|
||||||
|
fieldset[disabled] .form-control.focus:not(textarea):not(select),
|
||||||
|
.form-control-wrapper .form-control.focus:not(textarea):not(select),
|
||||||
|
.form-control.focus:not(textarea):not(select) {
|
||||||
|
height: 28px;
|
||||||
|
}
|
||||||
|
fieldset[disabled] .form-control:disabled,
|
||||||
.form-control-wrapper .form-control:disabled,
|
.form-control-wrapper .form-control:disabled,
|
||||||
.form-control:disabled,
|
.form-control:disabled,
|
||||||
|
fieldset[disabled] .form-control:focus:disabled,
|
||||||
.form-control-wrapper .form-control:focus:disabled,
|
.form-control-wrapper .form-control:focus:disabled,
|
||||||
.form-control:focus:disabled {
|
.form-control:focus:disabled,
|
||||||
|
fieldset[disabled] .form-control.focus:disabled,
|
||||||
|
.form-control-wrapper .form-control.focus:disabled,
|
||||||
|
.form-control.focus:disabled {
|
||||||
border-style: dashed;
|
border-style: dashed;
|
||||||
}
|
}
|
||||||
select.form-control {
|
select.form-control {
|
||||||
height: 23px;
|
height: 23px;
|
||||||
}
|
}
|
||||||
select[multiple].form-control,
|
select[multiple].form-control,
|
||||||
select[multiple].form-control:focus {
|
select[multiple].form-control:focus,
|
||||||
|
select[multiple].form-control.focus {
|
||||||
height: 85px;
|
height: 85px;
|
||||||
}
|
}
|
||||||
.form-control-wrapper {
|
.form-control-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
/* active state */
|
/* active state */
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus {
|
.form-control-wrapper .form-control:focus,
|
||||||
|
.form-control-wrapper .form-control.focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .floating-label {
|
.form-control-wrapper .floating-label {
|
||||||
|
@ -1213,6 +1121,7 @@ select[multiple].form-control:focus {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
|
-webkit-transition: 0.2s ease all;
|
||||||
transition: 0.2s ease all;
|
transition: 0.2s ease all;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
@ -1221,14 +1130,18 @@ select[multiple].form-control:focus {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus:invalid ~ .floating-label {
|
.form-control-wrapper .form-control:focus:invalid ~ .floating-label,
|
||||||
|
.form-control-wrapper .form-control.focus:invalid ~ .floating-label {
|
||||||
color: #f44336;
|
color: #f44336;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus ~ .material-input:after {
|
.form-control-wrapper .form-control:focus ~ .material-input:after,
|
||||||
|
.form-control-wrapper .form-control.focus ~ .material-input:after {
|
||||||
background-color: #5264ae;
|
background-color: #5264ae;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus:invalid ~ .material-input:before,
|
.form-control-wrapper .form-control:focus:invalid ~ .material-input:before,
|
||||||
.form-control-wrapper .form-control:focus:invalid ~ .material-input:after {
|
.form-control-wrapper .form-control.focus:invalid ~ .material-input:before,
|
||||||
|
.form-control-wrapper .form-control:focus:invalid ~ .material-input:after,
|
||||||
|
.form-control-wrapper .form-control.focus:invalid ~ .material-input:after {
|
||||||
background-color: #f44336;
|
background-color: #f44336;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control.empty ~ .floating-label {
|
.form-control-wrapper .form-control.empty ~ .floating-label {
|
||||||
|
@ -1242,11 +1155,18 @@ select[multiple].form-control:focus {
|
||||||
height: 2px;
|
height: 2px;
|
||||||
background-color: #5264ae;
|
background-color: #5264ae;
|
||||||
bottom: -1px;
|
bottom: -1px;
|
||||||
|
-webkit-transform: scaleX(0);
|
||||||
|
-ms-transform: scaleX(0);
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
|
-webkit-transition: -webkit-transform 0s;
|
||||||
transition: transform 0s;
|
transition: transform 0s;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus ~ .material-input:before {
|
.form-control-wrapper .form-control:focus ~ .material-input:before,
|
||||||
|
.form-control-wrapper .form-control.focus ~ .material-input:before {
|
||||||
|
-webkit-transform: scaleX(1);
|
||||||
|
-ms-transform: scaleX(1);
|
||||||
transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
|
-webkit-transition: -webkit-transform 0.2s ease-out;
|
||||||
transition: transform 0.2s ease-out;
|
transition: transform 0.2s ease-out;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .material-input:after {
|
.form-control-wrapper .material-input:after {
|
||||||
|
@ -1259,6 +1179,8 @@ select[multiple].form-control:focus {
|
||||||
left: 0;
|
left: 0;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
|
-webkit-transform-origin: left;
|
||||||
|
-ms-transform-origin: left;
|
||||||
transform-origin: left;
|
transform-origin: left;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .input-lg ~ .material-input:after {
|
.form-control-wrapper .input-lg ~ .material-input:after {
|
||||||
|
@ -1270,7 +1192,8 @@ select[multiple].form-control:focus {
|
||||||
.form-control-wrapper textarea ~ .form-control-highlight {
|
.form-control-wrapper textarea ~ .form-control-highlight {
|
||||||
margin-top: -11px;
|
margin-top: -11px;
|
||||||
}
|
}
|
||||||
.form-control-wrapper .form-control:focus ~ .material-input:after {
|
.form-control-wrapper .form-control:focus ~ .material-input:after,
|
||||||
|
.form-control-wrapper .form-control.focus ~ .material-input:after {
|
||||||
-webkit-animation: input-highlight 0.3s ease;
|
-webkit-animation: input-highlight 0.3s ease;
|
||||||
animation: input-highlight 0.3s ease;
|
animation: input-highlight 0.3s ease;
|
||||||
-webkit-animation-fill-mode: forwards;
|
-webkit-animation-fill-mode: forwards;
|
||||||
|
@ -1284,7 +1207,8 @@ select[multiple].form-control:focus {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.form-group.has-warning .material-input:before,
|
.form-group.has-warning .material-input:before,
|
||||||
.form-group.has-warning input.form-control:focus ~ .material-input:after {
|
.form-group.has-warning input.form-control:focus ~ .material-input:after,
|
||||||
|
.form-group.has-warning input.form-control.focus ~ .material-input:after {
|
||||||
background: #ff5722;
|
background: #ff5722;
|
||||||
}
|
}
|
||||||
.form-group.has-warning .control-label,
|
.form-group.has-warning .control-label,
|
||||||
|
@ -1292,7 +1216,8 @@ select[multiple].form-control:focus {
|
||||||
color: #ff5722;
|
color: #ff5722;
|
||||||
}
|
}
|
||||||
.form-group.has-error .material-input:before,
|
.form-group.has-error .material-input:before,
|
||||||
.form-group.has-error input.form-control:focus ~ .material-input:after {
|
.form-group.has-error input.form-control:focus ~ .material-input:after,
|
||||||
|
.form-group.has-error input.form-control.focus ~ .material-input:after {
|
||||||
background: #f44336;
|
background: #f44336;
|
||||||
}
|
}
|
||||||
.form-group.has-error .control-label,
|
.form-group.has-error .control-label,
|
||||||
|
@ -1300,7 +1225,8 @@ select[multiple].form-control:focus {
|
||||||
color: #f44336;
|
color: #f44336;
|
||||||
}
|
}
|
||||||
.form-group.has-success .material-input:before,
|
.form-group.has-success .material-input:before,
|
||||||
.form-group.has-success input.form-control:focus ~ .material-input:after {
|
.form-group.has-success input.form-control:focus ~ .material-input:after,
|
||||||
|
.form-group.has-success input.form-control.focus ~ .material-input:after {
|
||||||
background: #0f9d58;
|
background: #0f9d58;
|
||||||
}
|
}
|
||||||
.form-group.has-success .control-label,
|
.form-group.has-success .control-label,
|
||||||
|
@ -1308,7 +1234,8 @@ select[multiple].form-control:focus {
|
||||||
color: #0f9d58;
|
color: #0f9d58;
|
||||||
}
|
}
|
||||||
.form-group.has-info .material-input:before,
|
.form-group.has-info .material-input:before,
|
||||||
.form-group.has-info input.form-control:focus ~ .material-input:after {
|
.form-group.has-info input.form-control:focus ~ .material-input:after,
|
||||||
|
.form-group.has-info input.form-control.focus ~ .material-input:after {
|
||||||
background: #03a9f4;
|
background: #03a9f4;
|
||||||
}
|
}
|
||||||
.form-group.has-info .control-label,
|
.form-group.has-info .control-label,
|
||||||
|
@ -1455,6 +1382,76 @@ select[multiple].form-control:focus {
|
||||||
.form-group-material-lightgrey input.form-control:focus ~ .material-input:after {
|
.form-group-material-lightgrey input.form-control:focus ~ .material-input:after {
|
||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
}
|
}
|
||||||
|
.form-group input.form-control.focus ~ .material-input:after,
|
||||||
|
.form-group-default input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #3f51b5;
|
||||||
|
}
|
||||||
|
.form-group-primary input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #4285f4;
|
||||||
|
}
|
||||||
|
.form-group-success input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #0f9d58;
|
||||||
|
}
|
||||||
|
.form-group-info input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #03a9f4;
|
||||||
|
}
|
||||||
|
.form-group-warning input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #ff5722;
|
||||||
|
}
|
||||||
|
.form-group-danger input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #f44336;
|
||||||
|
}
|
||||||
|
.form-group-material-red input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #f44336;
|
||||||
|
}
|
||||||
|
.form-group-material-pink input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #e91e63;
|
||||||
|
}
|
||||||
|
.form-group-material-purple input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #9c27b0;
|
||||||
|
}
|
||||||
|
.form-group-material-deeppurple input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #673ab7;
|
||||||
|
}
|
||||||
|
.form-group-material-indigo input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #3f51b5;
|
||||||
|
}
|
||||||
|
.form-group-material-lightblue input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #03a9f4;
|
||||||
|
}
|
||||||
|
.form-group-material-cyan input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #00bcd4;
|
||||||
|
}
|
||||||
|
.form-group-material-teal input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #009688;
|
||||||
|
}
|
||||||
|
.form-group-material-lightgreen input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #8bc34a;
|
||||||
|
}
|
||||||
|
.form-group-material-lime input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #cddc39;
|
||||||
|
}
|
||||||
|
.form-group-material-lightyellow input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #ffeb3b;
|
||||||
|
}
|
||||||
|
.form-group-material-orange input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #ff9800;
|
||||||
|
}
|
||||||
|
.form-group-material-deeporange input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #ff5722;
|
||||||
|
}
|
||||||
|
.form-group-material-grey input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #9e9e9e;
|
||||||
|
}
|
||||||
|
.form-group-material-bluegrey input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #607d8b;
|
||||||
|
}
|
||||||
|
.form-group-material-brown input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #795548;
|
||||||
|
}
|
||||||
|
.form-group-material-lightgrey input.form-control.focus ~ .material-input:after {
|
||||||
|
background-color: #ececec;
|
||||||
|
}
|
||||||
.form-group .control-label,
|
.form-group .control-label,
|
||||||
.form-group-default .control-label {
|
.form-group-default .control-label {
|
||||||
color: rgba(0, 0, 0, 0.84);
|
color: rgba(0, 0, 0, 0.84);
|
||||||
|
@ -1615,30 +1612,19 @@ select.form-control {
|
||||||
border-bottom: 1px solid #757575;
|
border-bottom: 1px solid #757575;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
select.form-control:focus {
|
select.form-control:focus,
|
||||||
|
select.form-control.focus {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: #757575;
|
border-color: #757575;
|
||||||
}
|
}
|
||||||
@-webkit-keyframes input-highlight {
|
@-webkit-keyframes input-highlight {
|
||||||
0% {
|
0% {
|
||||||
left: 20%;
|
left: 20%;
|
||||||
|
-webkit-transform: scaleX(20%);
|
||||||
transform: scaleX(20%);
|
transform: scaleX(20%);
|
||||||
}
|
}
|
||||||
99% {
|
99% {
|
||||||
transform: scaleX(0);
|
-webkit-transform: scaleX(0);
|
||||||
left: 0;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@-moz-keyframes input-highlight {
|
|
||||||
0% {
|
|
||||||
left: 20%;
|
|
||||||
transform: scaleX(20%);
|
|
||||||
}
|
|
||||||
99% {
|
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@ -1650,23 +1636,11 @@ select.form-control:focus {
|
||||||
@-ms-keyframes input-highlight {
|
@-ms-keyframes input-highlight {
|
||||||
0% {
|
0% {
|
||||||
left: 20%;
|
left: 20%;
|
||||||
|
-ms-transform: scaleX(20%);
|
||||||
transform: scaleX(20%);
|
transform: scaleX(20%);
|
||||||
}
|
}
|
||||||
99% {
|
99% {
|
||||||
transform: scaleX(0);
|
-ms-transform: scaleX(0);
|
||||||
left: 0;
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@-o-keyframes input-highlight {
|
|
||||||
0% {
|
|
||||||
left: 20%;
|
|
||||||
transform: scaleX(20%);
|
|
||||||
}
|
|
||||||
99% {
|
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@ -1678,9 +1652,11 @@ select.form-control:focus {
|
||||||
@keyframes input-highlight {
|
@keyframes input-highlight {
|
||||||
0% {
|
0% {
|
||||||
left: 20%;
|
left: 20%;
|
||||||
|
-webkit-transform: scaleX(20%);
|
||||||
transform: scaleX(20%);
|
transform: scaleX(20%);
|
||||||
}
|
}
|
||||||
99% {
|
99% {
|
||||||
|
-webkit-transform: scaleX(0);
|
||||||
transform: scaleX(0);
|
transform: scaleX(0);
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@ -2733,22 +2709,20 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
||||||
height: 0;
|
height: 0;
|
||||||
-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
|
||||||
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
||||||
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s;
|
||||||
-moz-transform: translateY(200%);
|
|
||||||
-webkit-transform: translateY(200%);
|
-webkit-transform: translateY(200%);
|
||||||
|
-ms-transform: translateY(200%);
|
||||||
transform: translateY(200%);
|
transform: translateY(200%);
|
||||||
}
|
}
|
||||||
.snackbar.snackbar-opened {
|
.snackbar.snackbar-opened {
|
||||||
padding: 14px 15px;
|
padding: 14px 15px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
height: auto;
|
height: auto;
|
||||||
-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s;
|
|
||||||
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s;
|
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s;
|
||||||
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
|
transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s;
|
||||||
-moz-transform: none;
|
|
||||||
-webkit-transform: none;
|
-webkit-transform: none;
|
||||||
|
-ms-transform: none;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
.snackbar.toast {
|
.snackbar.toast {
|
||||||
|
@ -2779,6 +2753,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
.noUi-handle {
|
.noUi-handle {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
@ -2799,6 +2774,7 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle {
|
.noUi-horizontal .noUi-handle {
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
|
@ -2833,10 +2809,13 @@ fieldset[disabled] .navbar .btn-link:focus {
|
||||||
.noUi-handle {
|
.noUi-handle {
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
-webkit-transition: all 0.2s ease-out;
|
||||||
transition: all 0.2s ease-out;
|
transition: all 0.2s ease-out;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
}
|
}
|
||||||
.noUi-horizontal .noUi-handle:active {
|
.noUi-horizontal .noUi-handle:active {
|
||||||
|
-webkit-transform: scale(2.5);
|
||||||
|
-ms-transform: scale(2.5);
|
||||||
transform: scale(2.5);
|
transform: scale(2.5);
|
||||||
}
|
}
|
||||||
[disabled].noUi-slider {
|
[disabled].noUi-slider {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright 2014+, Federico Zivolo, LICENSE at https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md */
|
/* globals ripples */
|
||||||
|
|
||||||
$(function (){
|
$(function (){
|
||||||
|
|
||||||
|
@ -24,12 +24,14 @@ $(function (){
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("keyup", ".form-control", function() {
|
$(document).on("keyup change", ".form-control", function() {
|
||||||
if ($(this).val() !== "") {
|
if ($(this).val() !== "") {
|
||||||
$(this).removeClass("empty");
|
$(this).removeClass("empty");
|
||||||
} else {
|
} else {
|
||||||
$(this).addClass("empty");
|
$(this).addClass("empty");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
$(document).on("keydown", ".form-control", function() {
|
||||||
|
$(this).removeClass("empty");
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user