From c1e36cbdf3b8c7aa2600208816af1255f59dbd51 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 30 Jan 2017 10:01:15 -0700 Subject: [PATCH] Remove hover & active delete icon, leave it the same as normal --- pixelegg/css/mobile.css | 2 -- pixelegg/css/pixelegg.css | 2 -- pixelegg/css/traditional.css | 2 -- pixelegg/less/def_buttons.less | 2 -- 4 files changed, 8 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 582597e162..e7f52d569b 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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;*/ diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index af5587a949..bdb1ccc314 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -2139,7 +2139,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;*/ @@ -2177,7 +2176,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;*/ diff --git a/pixelegg/css/traditional.css b/pixelegg/css/traditional.css index 2ef59278b6..54a6665461 100644 --- a/pixelegg/css/traditional.css +++ b/pixelegg/css/traditional.css @@ -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;*/ diff --git a/pixelegg/less/def_buttons.less b/pixelegg/less/def_buttons.less index a960d3ea99..1e23a1b94d 100755 --- a/pixelegg/less/def_buttons.less +++ b/pixelegg/less/def_buttons.less @@ -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;