Skip to content

Commit f9345f7

Browse files
author
FezVrasta
committed
1 parent 40250e0 commit f9345f7

4 files changed

Lines changed: 7 additions & 64 deletions

File tree

css-compiled/material-wfont.css

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,36 +2118,6 @@ select.form-control.focus {
21182118
box-shadow: none;
21192119
border-color: #757575;
21202120
}
2121-
@-webkit-keyframes input-highlight {
2122-
0% {
2123-
left: 20%;
2124-
-webkit-transform: scaleX(20%);
2125-
transform: scaleX(20%);
2126-
}
2127-
99% {
2128-
-webkit-transform: scaleX(0);
2129-
transform: scaleX(0);
2130-
left: 0;
2131-
opacity: 1;
2132-
}
2133-
100% {
2134-
opacity: 0;
2135-
}
2136-
}
2137-
@-ms-keyframes input-highlight {
2138-
0% {
2139-
left: 20%;
2140-
transform: scaleX(20%);
2141-
}
2142-
99% {
2143-
transform: scaleX(0);
2144-
left: 0;
2145-
opacity: 1;
2146-
}
2147-
100% {
2148-
opacity: 0;
2149-
}
2150-
}
21512121
@keyframes input-highlight {
21522122
0% {
21532123
left: 20%;
@@ -2394,6 +2364,9 @@ fieldset[disabled] .navbar .btn-link:hover,
23942364
fieldset[disabled] .navbar .btn-link:focus {
23952365
color: #e5e5e5;
23962366
}
2367+
.navbar .navbar-form {
2368+
margin-top: 16px;
2369+
}
23972370
.navbar .navbar-form .form-control-wrapper .form-control,
23982371
.navbar .navbar-form .form-control {
23992372
border-color: rgba(255, 255, 255, 0.84);

css-compiled/material.css

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,36 +2117,6 @@ select.form-control.focus {
21172117
box-shadow: none;
21182118
border-color: #757575;
21192119
}
2120-
@-webkit-keyframes input-highlight {
2121-
0% {
2122-
left: 20%;
2123-
-webkit-transform: scaleX(20%);
2124-
transform: scaleX(20%);
2125-
}
2126-
99% {
2127-
-webkit-transform: scaleX(0);
2128-
transform: scaleX(0);
2129-
left: 0;
2130-
opacity: 1;
2131-
}
2132-
100% {
2133-
opacity: 0;
2134-
}
2135-
}
2136-
@-ms-keyframes input-highlight {
2137-
0% {
2138-
left: 20%;
2139-
transform: scaleX(20%);
2140-
}
2141-
99% {
2142-
transform: scaleX(0);
2143-
left: 0;
2144-
opacity: 1;
2145-
}
2146-
100% {
2147-
opacity: 0;
2148-
}
2149-
}
21502120
@keyframes input-highlight {
21512121
0% {
21522122
left: 20%;
@@ -2393,6 +2363,9 @@ fieldset[disabled] .navbar .btn-link:hover,
23932363
fieldset[disabled] .navbar .btn-link:focus {
23942364
color: #e5e5e5;
23952365
}
2366+
.navbar .navbar-form {
2367+
margin-top: 16px;
2368+
}
23962369
.navbar .navbar-form .form-control-wrapper .form-control,
23972370
.navbar .navbar-form .form-control {
23982371
border-color: rgba(255, 255, 255, 0.84);

less/inputs.less

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ select.form-control {
197197
}
198198
}
199199

200-
@-webkit-keyframes input-highlight {.keyframe-input-highlight()}
201-
@-moz-keyframes input-highlight {.keyframe-input-highlight()}
202-
@-ms-keyframes input-highlight {.keyframe-input-highlight()}
203-
@-o-keyframes input-highlight {.keyframe-input-highlight()}
204200
@keyframes input-highlight {.keyframe-input-highlight()}
205201

206202

less/navbar.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
}
141141

142142
.navbar-form {
143+
margin-top: 16px;
143144
.form-control-wrapper .form-control, .form-control {
144145
border-color: @navbar-border;
145146
color: @navbar-border;

0 commit comments

Comments
 (0)