Change delete icon for link_to widget

This commit is contained in:
Hadi Nategh 2018-12-13 16:27:55 +01:00
parent feac8a1e80
commit 59b0b985b0
5 changed files with 12 additions and 43 deletions

View File

@ -386,19 +386,12 @@
} }
.et2_link_list td div.delete { .et2_link_list td div.delete {
visibility: hidden; visibility: hidden;
background-image: url("../images/close.png"); background-image: url("../images/delete.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 16px 16px; background-size: 12px 12px;
background-color: #AE1D00;
padding: 0px; padding: 0px;
} }
.et2_link_list td div.delete:hover {
background-color: #e12500 !important;
}
.et2_link_list td div.delete:active {
background-color: #e12500 !important;
}
.egw_tooltip { .egw_tooltip {
background-color: #ffffff; background-color: #ffffff;
} }

View File

@ -386,19 +386,12 @@
} }
.et2_link_list td div.delete { .et2_link_list td div.delete {
visibility: hidden; visibility: hidden;
background-image: url("../images/close.png"); background-image: url("../images/delete.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 16px 16px; background-size: 12px 12px;
background-color: #AE1D00;
padding: 0px; padding: 0px;
} }
.et2_link_list td div.delete:hover {
background-color: #e12500 !important;
}
.et2_link_list td div.delete:active {
background-color: #e12500 !important;
}
.egw_tooltip { .egw_tooltip {
background-color: #ffffff; background-color: #ffffff;
} }
@ -6778,7 +6771,8 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
border-top-left-radius: 0px; border-top-left-radius: 0px;
border-bottom-left-radius: 0px; border-bottom-left-radius: 0px;
} }
img.et2_button_icon[src*="svg"] { img.et2_button_icon[src*="svg"],
img.et2_button_icon[src*="svg"]:hover {
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }

View File

@ -375,19 +375,12 @@
} }
.et2_link_list td div.delete { .et2_link_list td div.delete {
visibility: hidden; visibility: hidden;
background-image: url("../images/close.png"); background-image: url("../images/delete.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 16px 16px; background-size: 12px 12px;
background-color: #AE1D00;
padding: 0px; padding: 0px;
} }
.et2_link_list td div.delete:hover {
background-color: #e12500 !important;
}
.et2_link_list td div.delete:active {
background-color: #e12500 !important;
}
.egw_tooltip { .egw_tooltip {
background-color: #ffffff; background-color: #ffffff;
} }

View File

@ -340,15 +340,11 @@ div.et2_file input.et2_file_upload{
td { td {
div.delete { div.delete {
visibility: hidden; visibility: hidden;
background-image: url("../images/close.png"); background-image: url("../images/delete.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 16px 16px; background-size: 12px 12px;
background-color: @color_negative_action;
padding: 0px; padding: 0px;
&:hover {background-color: @color_negative_action_active !important;}
&:active {background-color: @color_negative_action_active !important;}
} }
} }
} }

View File

@ -397,19 +397,12 @@
} }
.et2_link_list td div.delete { .et2_link_list td div.delete {
visibility: hidden; visibility: hidden;
background-image: url("../images/close.png"); background-image: url("../images/delete.png");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 16px 16px; background-size: 12px 12px;
background-color: #AE1D00;
padding: 0px; padding: 0px;
} }
.et2_link_list td div.delete:hover {
background-color: #e12500 !important;
}
.et2_link_list td div.delete:active {
background-color: #e12500 !important;
}
.egw_tooltip { .egw_tooltip {
background-color: #ffffff; background-color: #ffffff;
} }