mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix hover over compose button resizes the plus icon
This commit is contained in:
parent
3fdeee1a8a
commit
2df0e638e3
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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;}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user