mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix use of removed check.png --> check.svg
This commit is contained in:
parent
8da571cdc1
commit
e14901de37
@ -1080,7 +1080,6 @@
|
||||
}
|
||||
.et2_toolbar_more {
|
||||
float: right;
|
||||
direction: rtl;
|
||||
}
|
||||
.et2_toolbar_actionlist {
|
||||
float: left;
|
||||
@ -3596,7 +3595,7 @@ div.admin-config form > table td b {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.success_message {
|
||||
background-image: url(../../api/templates/default/images/check.png);
|
||||
background-image: url(../../api/templates/default/images/check.svg);
|
||||
}
|
||||
/**
|
||||
* Message in popup
|
||||
@ -7877,5 +7876,4 @@ img.et2_button_icon[src*="svg"]:hover {
|
||||
body #mail-display .mailDisplayContainer {
|
||||
top: 140px;
|
||||
}
|
||||
}
|
||||
/*# sourceMappingURL=mobile.css.map */
|
||||
}
|
@ -1060,7 +1060,6 @@
|
||||
}
|
||||
.et2_toolbar_more {
|
||||
float: right;
|
||||
direction: rtl;
|
||||
}
|
||||
.et2_toolbar_actionlist {
|
||||
float: left;
|
||||
@ -3576,7 +3575,7 @@ div.admin-config form > table td b {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.success_message {
|
||||
background-image: url(../../api/templates/default/images/check.png);
|
||||
background-image: url(../../api/templates/default/images/check.svg);
|
||||
}
|
||||
/**
|
||||
* Message in popup
|
||||
@ -5914,7 +5913,6 @@ button.image_button {
|
||||
/*padding: 0;*/
|
||||
}
|
||||
.egwGridView_grid > tbody > tr.th > td {
|
||||
border-bottom: 1px solid darkgray;
|
||||
font-weight: normal;
|
||||
padding: 0 2px 2px 0;
|
||||
background-image: none;
|
||||
@ -6662,4 +6660,4 @@ span.egw_tutorial_title {
|
||||
/*@import "../less/layout_raster.less";*/
|
||||
/*@import "../less/layout_nextmatch.less";*/
|
||||
/*@import "../less/layout_footer.less";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
@ -3585,7 +3585,7 @@ div.admin-config form > table td b {
|
||||
margin-top: 4px;
|
||||
}
|
||||
.success_message {
|
||||
background-image: url(../../api/templates/default/images/check.png);
|
||||
background-image: url(../../api/templates/default/images/check.svg);
|
||||
}
|
||||
/**
|
||||
* Message in popup
|
||||
@ -7233,4 +7233,4 @@ img.et2_button_icon[src*="svg"]:hover {
|
||||
}
|
||||
::-ms-input-placeholder {
|
||||
color: #666666;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user