forked from extern/egroupware
Replace dialog info's png icon with svg version
This commit is contained in:
parent
38e7a977d1
commit
b6d05bb9e1
@ -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 |
4
api/templates/default/images/dialog_info.svg
Normal file
4
api/templates/default/images/dialog_info.svg
Normal 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 |
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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%;
|
||||
|
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user