Changed help entry logo

This commit is contained in:
l_samenv
2024-08-21 16:35:33 +02:00
parent ca006cac17
commit e9f278add9
3 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@
line-height: 28px;
}
.help-entry-arrow{
width: 15px;
height: 15px;
.help-entry-question-mark{
width: 20px;
height: 20px;
margin-left: auto;
margin-top: auto;
margin-bottom: auto;

View File

@ -33,7 +33,7 @@ class HelpEntry extends HTMLElement{
<link rel="stylesheet" href="components/help_entry/help_entry.css">
<div class="help-entry">
<span class="help-entry-title">${this.title}</span>
<img src="res/arrow.png" class="help-entry-arrow">
<img src="res/question_mark.png" class="help-entry-question-mark">
</div>
<sea-help-popup style="visibility:hidden;" helptitle="${this.title}" helpdescription="${this.description}"></sea-help-popup>
`;

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB