Remove css prefixes in admin.scss

This commit is contained in:
refael iliaguyev 2017-05-05 16:33:33 +03:00
parent 97efdc1f2c
commit cb41972e7d
3 changed files with 3 additions and 21 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -394,7 +394,6 @@
button.button-primary { button.button-primary {
background: #bb77ae; background: #bb77ae;
border-color: #a36597; border-color: #a36597;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
color: #fff; color: #fff;
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597; text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
@ -403,7 +402,6 @@
&:hover, &:focus, &:active { &:hover, &:focus, &:active {
background: #a36597; background: #a36597;
border-color: #a36597; border-color: #a36597;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
} }
} }
@ -431,7 +429,6 @@
position: absolute; position: absolute;
top: 8px; top: 8px;
left: 0; left: 0;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;
} }
} }
@ -567,8 +564,6 @@ table.wc_status_table {
margin: 0; margin: 0;
height: 300px; height: 300px;
padding: 20px; padding: 20px;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0; border-radius: 0;
resize: none; resize: none;
font-size: 12px; font-size: 12px;
@ -656,7 +651,6 @@ table.wc_status_table {
#log-viewer { #log-viewer {
background: #fff; background: #fff;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
padding: 5px 20px; padding: 5px 20px;
@ -2630,7 +2624,6 @@ table.wc-shipping-zones, table.wc-shipping-zone-methods, table.wc-shipping-class
.button-primary { .button-primary {
background-color: #804877; background-color: #804877;
border-color: #804877; border-color: #804877;
-webkit-box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 ); box-shadow: inset 0 1px 0 rgba( 255, 255, 255, 0.2 ), 0 1px 0 rgba( 0, 0, 0, 0.15 );
margin: 0; margin: 0;
opacity: 1; opacity: 1;
@ -4469,7 +4462,6 @@ img.ui-datepicker-trigger {
&.active { &.active {
background: #fff; background: #fff;
-webkit-box-shadow: 0 4px 0 0 #fff;
box-shadow: 0 4px 0 0 #fff; box-shadow: 0 4px 0 0 #fff;
a { a {
@ -4493,7 +4485,6 @@ img.ui-datepicker-trigger {
border: 0; border: 0;
color: #777; color: #777;
text-align: center; text-align: center;
-webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
&.from { &.from {
@ -4543,10 +4534,6 @@ img.ui-datepicker-trigger {
margin: 0; margin: 0;
color: $blue; color: $blue;
border-top-width: 0; border-top-width: 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#f9f9f9));
background-image: -webkit-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -moz-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: -o-linear-gradient(bottom, #ececec, #f9f9f9);
background-image: linear-gradient(to top, #ececec, #f9f9f9); background-image: linear-gradient(to top, #ececec, #f9f9f9);
&.section_title:hover { &.section_title:hover {
@ -4670,7 +4657,7 @@ img.ui-datepicker-trigger {
padding: 1em; padding: 1em;
display: block; display: block;
margin: 0; margin: 0;
-webkit-transition: all ease 0.5s; transition: all ease 0.5s;
box-shadow: box-shadow:
inset 0 -1px 0 0 #dfdfdf; inset 0 -1px 0 0 #dfdfdf;
@ -4891,10 +4878,6 @@ table.bar_chart {
display: block; display: block;
line-height: 24px; line-height: 24px;
height: 24px; height: 24px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px; border-radius: 3px;
} }
@ -5264,7 +5247,6 @@ table.bar_chart {
border: 0; border: 0;
border-left: 1px solid #ddd; border-left: 1px solid #ddd;
background-color: transparent; background-color: transparent;
-webkit-transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
transition: color 0.1s ease-in-out, background 0.1s ease-in-out; transition: color 0.1s ease-in-out, background 0.1s ease-in-out;
&::before { &::before {