Remove background resize effect when hovering on buttons

This commit is contained in:
Hadi Nategh 2019-03-06 15:34:55 +01:00
parent 15541d08ed
commit 2ae45ea685
5 changed files with 0 additions and 5 deletions

View File

@ -2161,7 +2161,6 @@ input[type=button]:hover {
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
background-color: #b3e4a6;
background-size: 16px 16px;
}
button.et2_button_text:active,
input[type=button]:active {

View File

@ -2150,7 +2150,6 @@ input[type=button]:hover {
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
background-color: #b3e4a6;
background-size: 16px 16px;
}
button.et2_button_text:active,
input[type=button]:active {

View File

@ -2161,7 +2161,6 @@ input[type=button]:hover {
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
background-color: #b3e4a6;
background-size: 16px 16px;
}
button.et2_button_text:active,
input[type=button]:active {

View File

@ -80,7 +80,6 @@ input[type=button] {
color: @gray_0;
.box_shadow_standard_light_hover;
background-color: @color_positive_action_active;
background-size: 16px 16px;
}
&:active {.box_shadow_standard_light_active !important;}

View File

@ -2172,7 +2172,6 @@ input[type=button]:hover {
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
background-color: #b3e4a6;
background-size: 16px 16px;
}
button.et2_button_text:active,
input[type=button]:active {