mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +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);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
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-color: #1aa200;
|
||||||
background-size: 20px 20px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
button.et2_button_text:active,
|
button.et2_button_text:active,
|
||||||
input[type=button]: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);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
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-color: #1aa200;
|
||||||
background-size: 20px 20px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
button.et2_button_text:active,
|
button.et2_button_text:active,
|
||||||
input[type=button]:active {
|
input[type=button]:active {
|
||||||
|
@ -80,7 +80,7 @@ input[type=button] {
|
|||||||
color: @gray_0;
|
color: @gray_0;
|
||||||
.box_shadow_standard_light_hover;
|
.box_shadow_standard_light_hover;
|
||||||
background-color: @color_positive_action_active;
|
background-color: @color_positive_action_active;
|
||||||
background-size: 20px 20px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {.box_shadow_standard_light_active !important;}
|
&: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);
|
-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
|
||||||
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-color: #1aa200;
|
||||||
background-size: 20px 20px;
|
background-size: 16px 16px;
|
||||||
}
|
}
|
||||||
button.et2_button_text:active,
|
button.et2_button_text:active,
|
||||||
input[type=button]:active {
|
input[type=button]:active {
|
||||||
|
Loading…
Reference in New Issue
Block a user