Remove vendor prefixes
This commit is contained in:
parent
ca044f1d68
commit
2c74b6e86e
1 changed files with 0 additions and 60 deletions
|
@ -31,9 +31,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
}
|
||||
|
||||
a {
|
||||
-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
|
||||
-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
|
||||
-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
|
||||
transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
|
||||
border-bottom: dotted 1px;
|
||||
color: #e89980;
|
||||
|
@ -233,9 +230,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
input[type="email"],
|
||||
select,
|
||||
textarea {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none;
|
||||
background: #f8f8f8;
|
||||
border-radius: 6px;
|
||||
|
@ -311,9 +305,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none;
|
||||
display: block;
|
||||
float: left;
|
||||
|
@ -829,13 +820,7 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
input[type="reset"],
|
||||
input[type="button"],
|
||||
.button {
|
||||
-moz-appearance: none;
|
||||
-webkit-appearance: none;
|
||||
-ms-appearance: none;
|
||||
appearance: none;
|
||||
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
||||
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
||||
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
||||
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
|
||||
background-color: #666;
|
||||
border-radius: 6px;
|
||||
|
@ -1146,16 +1131,10 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
}
|
||||
|
||||
#header.reveal {
|
||||
-moz-animation: reveal-header 0.5s;
|
||||
-webkit-animation: reveal-header 0.5s;
|
||||
-ms-animation: reveal-header 0.5s;
|
||||
animation: reveal-header 0.5s;
|
||||
}
|
||||
|
||||
#header.alt {
|
||||
-moz-animation: none;
|
||||
-webkit-animation: none;
|
||||
-ms-animation: none;
|
||||
animation: none;
|
||||
background: none;
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
|
@ -1206,9 +1185,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
}
|
||||
|
||||
.dropotron li a, .dropotron li span {
|
||||
-moz-transition: none;
|
||||
-webkit-transition: none;
|
||||
-ms-transition: none;
|
||||
transition: none;
|
||||
border: 0;
|
||||
border-top: solid 1px #f2f2f2;
|
||||
|
@ -1232,9 +1208,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
}
|
||||
|
||||
.dropotron.level-0:before {
|
||||
-moz-transform: rotate(45deg);
|
||||
-webkit-transform: rotate(45deg);
|
||||
-ms-transform: rotate(45deg);
|
||||
transform: rotate(45deg);
|
||||
background: #fff;
|
||||
border: solid 1px rgba(229, 229, 229, 0.5);
|
||||
|
@ -1355,9 +1328,6 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
}
|
||||
|
||||
#footer .icons a {
|
||||
-moz-transition: opacity 0.2s ease-in-out;
|
||||
-webkit-transition: opacity 0.2s ease-in-out;
|
||||
-ms-transition: opacity 0.2s ease-in-out;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
@ -1589,25 +1559,13 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
/* Off-Canvas Navigation */
|
||||
|
||||
#page-wrapper {
|
||||
-moz-backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-moz-transition: -moz-transform 0.5s ease;
|
||||
-webkit-transition: -webkit-transform 0.5s ease;
|
||||
-ms-transition: -ms-transform 0.5s ease;
|
||||
transition: transform 0.5s ease;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
#navButton {
|
||||
-moz-backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-moz-transition: -moz-transform 0.5s ease;
|
||||
-webkit-transition: -webkit-transform 0.5s ease;
|
||||
-ms-transition: -ms-transform 0.5s ease;
|
||||
transition: transform 0.5s ease;
|
||||
display: block;
|
||||
height: 44px;
|
||||
|
@ -1655,17 +1613,8 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
}
|
||||
|
||||
#navPanel {
|
||||
-moz-backface-visibility: hidden;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
backface-visibility: hidden;
|
||||
-moz-transform: translateX(-275px);
|
||||
-webkit-transform: translateX(-275px);
|
||||
-ms-transform: translateX(-275px);
|
||||
transform: translateX(-275px);
|
||||
-moz-transition: -moz-transform 0.5s ease;
|
||||
-webkit-transition: -webkit-transform 0.5s ease;
|
||||
-ms-transition: -ms-transform 0.5s ease;
|
||||
transition: transform 0.5s ease;
|
||||
display: block;
|
||||
height: 100%;
|
||||
|
@ -1724,23 +1673,14 @@ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockq
|
|||
}
|
||||
|
||||
body.navPanel-visible #page-wrapper {
|
||||
-moz-transform: translateX(275px);
|
||||
-webkit-transform: translateX(275px);
|
||||
-ms-transform: translateX(275px);
|
||||
transform: translateX(275px);
|
||||
}
|
||||
|
||||
body.navPanel-visible #navButton {
|
||||
-moz-transform: translateX(275px);
|
||||
-webkit-transform: translateX(275px);
|
||||
-ms-transform: translateX(275px);
|
||||
transform: translateX(275px);
|
||||
}
|
||||
|
||||
body.navPanel-visible #navPanel {
|
||||
-moz-transform: translateX(0);
|
||||
-webkit-transform: translateX(0);
|
||||
-ms-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue