mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-12 13:58:35 +01:00
use SVG for attach icon
This commit is contained in:
parent
d40a4e0366
commit
696ba3bdfd
@ -250,7 +250,7 @@
|
|||||||
background-color: #FFDD73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.svg);
|
||||||
}
|
}
|
||||||
span.et2_file_span img[url*="svg"] {
|
span.et2_file_span img[url*="svg"] {
|
||||||
background-color: #b4b4b4 !important;
|
background-color: #b4b4b4 !important;
|
||||||
|
@ -239,7 +239,7 @@
|
|||||||
background-color: #FFDD73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.svg);
|
||||||
}
|
}
|
||||||
span.et2_file_span img[url*="svg"] {
|
span.et2_file_span img[url*="svg"] {
|
||||||
background-color: #b4b4b4 !important;
|
background-color: #b4b4b4 !important;
|
||||||
|
@ -250,7 +250,7 @@
|
|||||||
background-color: #FFDD73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.svg);
|
||||||
}
|
}
|
||||||
span.et2_file_span img[url*="svg"] {
|
span.et2_file_span img[url*="svg"] {
|
||||||
background-color: #b4b4b4 !important;
|
background-color: #b4b4b4 !important;
|
||||||
|
@ -206,7 +206,7 @@ span.et2_date span {
|
|||||||
background-color: @color_progress;
|
background-color: @color_progress;
|
||||||
}
|
}
|
||||||
span.et2_file_span{
|
span.et2_file_span{
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.svg);
|
||||||
.Complete_Button_save_apply_copy !important;
|
.Complete_Button_save_apply_copy !important;
|
||||||
}
|
}
|
||||||
div.et2_file input.et2_file_upload{
|
div.et2_file input.et2_file_upload{
|
||||||
|
@ -261,7 +261,7 @@
|
|||||||
background-color: #FFDD73;
|
background-color: #FFDD73;
|
||||||
}
|
}
|
||||||
span.et2_file_span {
|
span.et2_file_span {
|
||||||
background-image: url(../images/attach.png);
|
background-image: url(../images/attach.svg);
|
||||||
}
|
}
|
||||||
span.et2_file_span img[url*="svg"] {
|
span.et2_file_span img[url*="svg"] {
|
||||||
background-color: #b4b4b4 !important;
|
background-color: #b4b4b4 !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user