added some features
This commit is contained in:
@@ -26,8 +26,10 @@
|
||||
</div>
|
||||
|
||||
<div id="tabControls" style="display: none;">
|
||||
<img id="closeBttn" class="closeImg" src="../icons/x.png" />
|
||||
<img id="hideTgglBttn" class="hiderImg" src="../icons/eyeOpen.png" />
|
||||
<img id="closeBttn" class="closeImg" title="Close Tab" src="../icons/x.png" />
|
||||
<img id="hideTgglBttn" class="hiderImg" title="Show/Hide Tab" src="../icons/eyeOpen.png" />
|
||||
<img id="muteTgglBttn" class="muterImg" title="(Un)Mute Tab" src="../icons/isNotMuted.png" />
|
||||
<img id="popoutBttn" class="popoutImg" title="Popout Tab" src="../icons/popout-arrow.png" />
|
||||
</div>
|
||||
|
||||
<template id="tabContainerTemplate">
|
||||
|
Reference in New Issue
Block a user