Fix hover over compose button resizes the plus icon

This commit is contained in:
Hadi Nategh 2016-07-27 15:16:10 +02:00
parent 3fdeee1a8a
commit 2df0e638e3
4 changed files with 4 additions and 4 deletions

View File

@ -2038,7 +2038,7 @@ 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: #1aa200;
background-size: 20px 20px;
background-size: 16px 16px;
}
button.et2_button_text:active,
input[type=button]:active {

View File

@ -2027,7 +2027,7 @@ 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: #1aa200;
background-size: 20px 20px;
background-size: 16px 16px;
}
button.et2_button_text:active,
input[type=button]:active {

View File

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

View File

@ -2049,7 +2049,7 @@ 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: #1aa200;
background-size: 20px 20px;
background-size: 16px 16px;
}
button.et2_button_text:active,
input[type=button]:active {