Replace png icons with svg ones

This commit is contained in:
Hadi Nategh 2019-05-02 10:47:10 +02:00
parent a4a4a32d7b
commit 07c6895386
6 changed files with 40 additions and 40 deletions

View File

@ -3519,7 +3519,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3563,7 +3563,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/search.png);
background-image: url(../images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3614,7 +3614,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/close.png);
background-image: url(../images/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3680,7 +3680,7 @@ td.lettersearch {
background: rgba(103, 159, 210, 0.2);
}
#egwpopup div#egwpopup_header .egwpopup_deleteall {
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
width: 12px;
height: 12px;
background-position: center;
@ -3705,7 +3705,7 @@ td.lettersearch {
z-index: 200;
width: 26px;
height: 16px;
top: 9px;
top: 11px;
position: fixed;
right: 109px;
border: 1px solid #656565;
@ -4935,7 +4935,7 @@ td.message span.message {
###################################################*/
/*#egw_fw_topmenu_addons{}*/
#egw_fw_logout {
background-image: url(../images/logout.png);
background-image: url(../images/logout.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -4971,7 +4971,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_print {
background-image: url(../images/print.png);
background-image: url(../images/print.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -5070,7 +5070,7 @@ td.message span.message {
position: fixed;
right: 80px;
top: 5px;
background-image: url(../images/add.png);
background-image: url(../images/add.svg);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 4px 4px;

View File

@ -3508,7 +3508,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3552,7 +3552,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/search.png);
background-image: url(../images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3603,7 +3603,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/close.png);
background-image: url(../images/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3669,7 +3669,7 @@ td.lettersearch {
background: rgba(103, 159, 210, 0.2);
}
#egwpopup div#egwpopup_header .egwpopup_deleteall {
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
width: 12px;
height: 12px;
background-position: center;
@ -3694,7 +3694,7 @@ td.lettersearch {
z-index: 200;
width: 26px;
height: 16px;
top: 9px;
top: 11px;
position: fixed;
right: 109px;
border: 1px solid #656565;
@ -4924,7 +4924,7 @@ td.message span.message {
###################################################*/
/*#egw_fw_topmenu_addons{}*/
#egw_fw_logout {
background-image: url(../images/logout.png);
background-image: url(../images/logout.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -4960,7 +4960,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_print {
background-image: url(../images/print.png);
background-image: url(../images/print.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -5059,7 +5059,7 @@ td.message span.message {
position: fixed;
right: 80px;
top: 5px;
background-image: url(../images/add.png);
background-image: url(../images/add.svg);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 4px 4px;

View File

@ -3519,7 +3519,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3563,7 +3563,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/search.png);
background-image: url(../images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3614,7 +3614,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/close.png);
background-image: url(../images/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3680,7 +3680,7 @@ td.lettersearch {
background: rgba(103, 159, 210, 0.2);
}
#egwpopup div#egwpopup_header .egwpopup_deleteall {
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
width: 12px;
height: 12px;
background-position: center;
@ -3705,7 +3705,7 @@ td.lettersearch {
z-index: 200;
width: 26px;
height: 16px;
top: 9px;
top: 11px;
position: fixed;
right: 109px;
border: 1px solid #656565;
@ -4935,7 +4935,7 @@ td.message span.message {
###################################################*/
/*#egw_fw_topmenu_addons{}*/
#egw_fw_logout {
background-image: url(../images/logout.png);
background-image: url(../images/logout.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -4971,7 +4971,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_print {
background-image: url(../images/print.png);
background-image: url(../images/print.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -5070,7 +5070,7 @@ td.message span.message {
position: fixed;
right: 80px;
top: 5px;
background-image: url(../images/add.png);
background-image: url(../images/add.svg);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 4px 4px;

View File

@ -70,7 +70,7 @@
float: right;
width: 24px;
height: 24px;
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -112,7 +112,7 @@
float: right;
width: 24px;
height: 24px;
background-image: url(../images/search.png);
background-image: url(../images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -161,7 +161,7 @@
float: right;
width: 24px;
height: 24px;
background-image: url(../images/close.png);
background-image: url(../images/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -220,7 +220,7 @@
}
}
.egwpopup_deleteall {
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
width: 12px;
height: 12px;
background-position: center;
@ -248,7 +248,7 @@
z-index: 200;
width: 26px;
height: 16px;
top: 9px;
top: 11px;
position: fixed;
right: 109px;
border: 1px solid #656565;

View File

@ -29,7 +29,7 @@
// Button Logout
#egw_fw_logout {
background-image: url(../images/logout.png);
background-image: url(../images/logout.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -59,7 +59,7 @@
// Button Print
#egw_fw_print {
background-image: url(../images/print.png);
background-image: url(../images/print.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -173,7 +173,7 @@
right: 80px;
top: 5px;
background-image: url(../images/add.png);
background-image: url(../images/add.svg);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 4px 4px;

View File

@ -3530,7 +3530,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3574,7 +3574,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/search.png);
background-image: url(../images/search.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3625,7 +3625,7 @@ td.lettersearch {
float: right;
width: 24px;
height: 24px;
background-image: url(../images/close.png);
background-image: url(../images/close.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 12px;
@ -3691,7 +3691,7 @@ td.lettersearch {
background: rgba(103, 159, 210, 0.2);
}
#egwpopup div#egwpopup_header .egwpopup_deleteall {
background-image: url(../images/delete.png);
background-image: url(../images/delete.svg);
width: 12px;
height: 12px;
background-position: center;
@ -3716,7 +3716,7 @@ td.lettersearch {
z-index: 200;
width: 26px;
height: 16px;
top: 9px;
top: 11px;
position: fixed;
right: 109px;
border: 1px solid #656565;
@ -4946,7 +4946,7 @@ td.message span.message {
###################################################*/
/*#egw_fw_topmenu_addons{}*/
#egw_fw_logout {
background-image: url(../images/logout.png);
background-image: url(../images/logout.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -4982,7 +4982,7 @@ td.message span.message {
box-shadow: inset 1px 2px 1px rgba(0, 0, 0, 0.5);
}
#egw_fw_print {
background-image: url(../images/print.png);
background-image: url(../images/print.svg);
background-size: 16px 16px;
background-position: center center;
background-repeat: no-repeat;
@ -5081,7 +5081,7 @@ td.message span.message {
position: fixed;
right: 80px;
top: 5px;
background-image: url(../images/add.png);
background-image: url(../images/add.svg);
background-repeat: no-repeat;
background-size: 20px 20px;
background-position: 4px 4px;