mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Change delete icon for link_to widget
This commit is contained in:
parent
feac8a1e80
commit
59b0b985b0
@ -386,19 +386,12 @@
|
||||
}
|
||||
.et2_link_list td div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/close.png");
|
||||
background-image: url("../images/delete.png");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
background-color: #AE1D00;
|
||||
background-size: 12px 12px;
|
||||
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 {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
@ -386,19 +386,12 @@
|
||||
}
|
||||
.et2_link_list td div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/close.png");
|
||||
background-image: url("../images/delete.png");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
background-color: #AE1D00;
|
||||
background-size: 12px 12px;
|
||||
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 {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
@ -6778,7 +6771,8 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl tr.sub
|
||||
border-top-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-image: none;
|
||||
}
|
||||
|
@ -375,19 +375,12 @@
|
||||
}
|
||||
.et2_link_list td div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/close.png");
|
||||
background-image: url("../images/delete.png");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
background-color: #AE1D00;
|
||||
background-size: 12px 12px;
|
||||
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 {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
@ -340,15 +340,11 @@ div.et2_file input.et2_file_upload{
|
||||
td {
|
||||
div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/close.png");
|
||||
background-image: url("../images/delete.png");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
background-color: @color_negative_action;
|
||||
background-size: 12px 12px;
|
||||
padding: 0px;
|
||||
|
||||
&:hover {background-color: @color_negative_action_active !important;}
|
||||
&:active {background-color: @color_negative_action_active !important;}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -397,19 +397,12 @@
|
||||
}
|
||||
.et2_link_list td div.delete {
|
||||
visibility: hidden;
|
||||
background-image: url("../images/close.png");
|
||||
background-image: url("../images/delete.png");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px 16px;
|
||||
background-color: #AE1D00;
|
||||
background-size: 12px 12px;
|
||||
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 {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user