Changed help entry logo
This commit is contained in:
@ -11,9 +11,9 @@
|
|||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-entry-arrow{
|
.help-entry-question-mark{
|
||||||
width: 15px;
|
width: 20px;
|
||||||
height: 15px;
|
height: 20px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
|
@ -33,7 +33,7 @@ class HelpEntry extends HTMLElement{
|
|||||||
<link rel="stylesheet" href="components/help_entry/help_entry.css">
|
<link rel="stylesheet" href="components/help_entry/help_entry.css">
|
||||||
<div class="help-entry">
|
<div class="help-entry">
|
||||||
<span class="help-entry-title">${this.title}</span>
|
<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>
|
</div>
|
||||||
<sea-help-popup style="visibility:hidden;" helptitle="${this.title}" helpdescription="${this.description}"></sea-help-popup>
|
<sea-help-popup style="visibility:hidden;" helptitle="${this.title}" helpdescription="${this.description}"></sea-help-popup>
|
||||||
`;
|
`;
|
||||||
|
BIN
client/res/question_mark.png
Normal file
BIN
client/res/question_mark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Reference in New Issue
Block a user