forked from extern/egroupware
Replace link_to icon from plus to attach
This commit is contained in:
parent
bb59879064
commit
c4ff76b47d
@ -645,7 +645,7 @@ div.et2_file {
|
||||
span.et2_file_span{
|
||||
display: block;
|
||||
background-position: 2px;
|
||||
background-image: url(images/upload.png);
|
||||
background-image: url(images/attach.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 16px;
|
||||
cursor: pointer;
|
||||
|
@ -250,7 +250,7 @@
|
||||
background-color: #ffdd73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/upload.png);
|
||||
background-image: url(../images/attach.png);
|
||||
width: 145px;
|
||||
}
|
||||
span.et2_file_span img[url*="svg"] {
|
||||
@ -355,7 +355,6 @@
|
||||
left: 0px;
|
||||
}
|
||||
.et2_link_to .et2_file span {
|
||||
background-image: url("../images/add.png");
|
||||
background-position: center;
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -239,7 +239,7 @@
|
||||
background-color: #ffdd73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/upload.png);
|
||||
background-image: url(../images/attach.png);
|
||||
width: 145px;
|
||||
}
|
||||
span.et2_file_span img[url*="svg"] {
|
||||
@ -344,7 +344,6 @@
|
||||
left: 0px;
|
||||
}
|
||||
.et2_link_to .et2_file span {
|
||||
background-image: url("../images/add.png");
|
||||
background-position: center;
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -201,7 +201,7 @@ span.et2_date span {
|
||||
background-color: @color_progress;
|
||||
}
|
||||
span.et2_file_span{
|
||||
background-image: url(../images/upload.png);
|
||||
background-image: url(../images/attach.png);
|
||||
width: 145px;
|
||||
.Complete_Button_save_apply_copy !important;
|
||||
}
|
||||
@ -300,7 +300,6 @@ div.et2_file input.et2_file_upload{
|
||||
}
|
||||
.et2_file {
|
||||
span {
|
||||
background-image: url("../images/add.png");
|
||||
background-position: center;
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -261,7 +261,7 @@
|
||||
background-color: #ffdd73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/upload.png);
|
||||
background-image: url(../images/attach.png);
|
||||
width: 145px;
|
||||
}
|
||||
span.et2_file_span img[url*="svg"] {
|
||||
@ -366,7 +366,6 @@
|
||||
left: 0px;
|
||||
}
|
||||
.et2_link_to .et2_file span {
|
||||
background-image: url("../images/add.png");
|
||||
background-position: center;
|
||||
background-size: 16px 16px;
|
||||
background-repeat: no-repeat;
|
||||
|
Loading…
Reference in New Issue
Block a user