forked from extern/egroupware
use SVG for attach icon
This commit is contained in:
parent
5c9678999c
commit
861794fc4d
@ -250,7 +250,7 @@
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/attach.png);
|
||||
background-image: url(../images/attach.svg);
|
||||
}
|
||||
span.et2_file_span img[url*="svg"] {
|
||||
background-color: #b4b4b4 !important;
|
||||
|
@ -239,7 +239,7 @@
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/attach.png);
|
||||
background-image: url(../images/attach.svg);
|
||||
}
|
||||
span.et2_file_span img[url*="svg"] {
|
||||
background-color: #b4b4b4 !important;
|
||||
|
@ -250,7 +250,7 @@
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/attach.png);
|
||||
background-image: url(../images/attach.svg);
|
||||
}
|
||||
span.et2_file_span img[url*="svg"] {
|
||||
background-color: #b4b4b4 !important;
|
||||
|
@ -206,7 +206,7 @@ span.et2_date span {
|
||||
background-color: @color_progress;
|
||||
}
|
||||
span.et2_file_span{
|
||||
background-image: url(../images/attach.png);
|
||||
background-image: url(../images/attach.svg);
|
||||
.Complete_Button_save_apply_copy !important;
|
||||
}
|
||||
div.et2_file input.et2_file_upload{
|
||||
|
@ -261,7 +261,7 @@
|
||||
background-color: #FFDD73;
|
||||
}
|
||||
span.et2_file_span {
|
||||
background-image: url(../images/attach.png);
|
||||
background-image: url(../images/attach.svg);
|
||||
}
|
||||
span.et2_file_span img[url*="svg"] {
|
||||
background-color: #b4b4b4 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user