forked from extern/egroupware
Remove background resize effect when hovering on buttons
This commit is contained in:
parent
15541d08ed
commit
2ae45ea685
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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;}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user