Replace dialog info's png icon with svg version

This commit is contained in:
Hadi Nategh 2022-10-26 12:35:01 +02:00
parent 38e7a977d1
commit b6d05bb9e1
7 changed files with 9 additions and 5 deletions

View File

@ -955,7 +955,7 @@ td.lettersearch {
background-image: url(images/dialog_error.png);
}
.info_message {
background-image: url(images/dialog_info.png);
background-image: url(images/dialog_info.svg);
}
.help_message {
background-image: url(images/dialog_help.png);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<path d="m16 0a16 16 0 0 0-16 16 16 16 0 0 0 16 16 16 16 0 0 0 16-16 16 16 0 0 0-16-16zm0 5a3 3 0 0 1 3 3 3 3 0 0 1-3 3 3 3 0 0 1-3-3 3 3 0 0 1 3-3zm-3 8h6v14h-6z" fill="#62686a"/>
</svg>

After

Width:  |  Height:  |  Size: 303 B

View File

@ -3527,7 +3527,7 @@ div.admin-config form > table td b {
background-image: url(../../api/templates/default/images/dialog_error.png);
}
.info_message {
background-image: url(../../api/templates/default/images/dialog_info.png);
background-image: url(../../api/templates/default/images/dialog_info.svg);
}
.info_message .discard {
float: right;

View File

@ -427,7 +427,7 @@ div.admin-config form > table {
background-image: url(../../api/templates/default/images/dialog_error.png);
}
.info_message {
background-image: url(../../api/templates/default/images/dialog_info.png);
background-image: url(../../api/templates/default/images/dialog_info.svg);
.discard {
float:right;
margin-top: 4px;

View File

@ -12,7 +12,7 @@ table.prefTable {
width: 100%;
}
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
background-image:url(../../../api/templates/default/images/dialog_info.png);
background-image:url(../../../api/templates/default/images/dialog_info.svg);
background-repeat: no-repeat;
background-position: center;
height: 99%;

View File

@ -24,7 +24,7 @@ table.prefTable {
width: 100%;
}
table.prefTable tbody tr.prefRow:first-child > .prefHelpColumn {
background-image: url(../../../api/templates/default/images/dialog_info.png);
background-image: url(../../../api/templates/default/images/dialog_info.svg);
background-repeat: no-repeat;
background-position: center;
height: 99%;