mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Replace remaining red X icons with trash can
This commit is contained in:
parent
0041c248ad
commit
b2feaf042a
@ -705,6 +705,7 @@ div.et2_file {
|
|||||||
background-image: url("images/close.png");
|
background-image: url("images/close.png");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
background-size: 16px;
|
||||||
}
|
}
|
||||||
.et2_file .progress p {
|
.et2_file .progress p {
|
||||||
background-color: green;
|
background-color: green;
|
||||||
|
@ -242,6 +242,7 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.et2_file .progress li:hover div.remove {
|
.et2_file .progress li:hover div.remove {
|
||||||
|
background-image: url("../images/delete.svg");
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}
|
}
|
||||||
@ -380,7 +381,7 @@
|
|||||||
width: 14px !important;
|
width: 14px !important;
|
||||||
height: 14px !important;
|
height: 14px !important;
|
||||||
}
|
}
|
||||||
.et2_link_list td div.delete {
|
.et2_link_list td div.delete, .et2_vfs td div.delete {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
background-image: url("../images/delete.svg");
|
background-image: url("../images/delete.svg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
@ -199,6 +199,7 @@ span.et2_date span {
|
|||||||
|
|
||||||
.et2_file .progress li:hover div.remove {
|
.et2_file .progress li:hover div.remove {
|
||||||
.dimension_width_height_s;
|
.dimension_width_height_s;
|
||||||
|
background-image: url("../images/delete.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.et2_file .progress p {
|
.et2_file .progress p {
|
||||||
@ -348,6 +349,18 @@ div.et2_file input.et2_file_upload{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.et2_link_list {
|
||||||
|
td {
|
||||||
|
div.delete {
|
||||||
|
visibility: hidden;
|
||||||
|
background-image: url("../images/delete.svg");
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 12px 12px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.egw_tooltip
|
.egw_tooltip
|
||||||
|
Loading…
Reference in New Issue
Block a user