mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Remove hover & active delete icon, leave it the same as normal
This commit is contained in:
parent
b5d65d4fed
commit
38babb0ff8
@ -2153,7 +2153,6 @@ button[id="calendar-edit_button[delete]"]:hover,
|
||||
button[id="timesheet-edit_button[delete]"]:hover,
|
||||
button[id="displayToolbar-delete"]:hover,
|
||||
button.et2_button_delete:hover {
|
||||
background-image: url('../images/delete-hover.png') !important;
|
||||
background-color: #b81f00 !important;
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
@ -2191,7 +2190,6 @@ button[id="calendar-edit_button[delete]"]:active,
|
||||
button[id="timesheet-edit_button[delete]"]:active,
|
||||
button[id="displayToolbar-delete"]:active,
|
||||
button.et2_button_delete:active {
|
||||
background-image: url('../images/delete-hover.png') !important;
|
||||
background-color: #e12500 !important;
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
|
@ -2142,7 +2142,6 @@ button[id="calendar-edit_button[delete]"]:hover,
|
||||
button[id="timesheet-edit_button[delete]"]:hover,
|
||||
button[id="displayToolbar-delete"]:hover,
|
||||
button.et2_button_delete:hover {
|
||||
background-image: url('../images/delete-hover.png') !important;
|
||||
background-color: #b81f00 !important;
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
@ -2180,7 +2179,6 @@ button[id="calendar-edit_button[delete]"]:active,
|
||||
button[id="timesheet-edit_button[delete]"]:active,
|
||||
button[id="displayToolbar-delete"]:active,
|
||||
button.et2_button_delete:active {
|
||||
background-image: url('../images/delete-hover.png') !important;
|
||||
background-color: #e12500 !important;
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
|
@ -2697,7 +2697,6 @@ button[id="calendar-edit_button[delete]"]:hover,
|
||||
button[id="timesheet-edit_button[delete]"]:hover,
|
||||
button[id="displayToolbar-delete"]:hover,
|
||||
button.et2_button_delete:hover {
|
||||
background-image: url('../images/delete-hover.png') !important;
|
||||
background-color: #b81f00 !important;
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
@ -2735,7 +2734,6 @@ button[id="calendar-edit_button[delete]"]:active,
|
||||
button[id="timesheet-edit_button[delete]"]:active,
|
||||
button[id="displayToolbar-delete"]:active,
|
||||
button.et2_button_delete:active {
|
||||
background-image: url('../images/delete-hover.png') !important;
|
||||
background-color: #e12500 !important;
|
||||
/*.border_normal;*/
|
||||
/*.box_shadow_standard_light;*/
|
||||
|
@ -139,14 +139,12 @@
|
||||
|
||||
&:hover {
|
||||
|
||||
background-image:url('../images/delete-hover.png') !important;
|
||||
background-color: @color_negative_action_hover !important;
|
||||
.Complete_Button_text_icon_before;
|
||||
color: @gray_0 !important;;
|
||||
}
|
||||
&:active {
|
||||
|
||||
background-image:url('../images/delete-hover.png') !important;
|
||||
background-color: @color_negative_action_active !important;
|
||||
.Complete_Button_text_icon_before;
|
||||
color: @gray_0;
|
||||
|
Loading…
Reference in New Issue
Block a user