Skip to content

Commit 28891b3

Browse files
author
Luc
committed
Highlight the "Admin" menu when selected
Thanks @treepleks
1 parent 50f1199 commit 28891b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp8266/data/header.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ $INCLUDE[css.inc]$
1717
<td class="$MENU_PRINTER$"><a href="http://$WEB_ADDRESS$/PRINTER">3D Printer</a></td>
1818
<td class="$MENU_SETTINGS$"><a href="http://$WEB_ADDRESS$/SETTINGS">Extra Settings</a></td>
1919
<td width=100%>&nbsp;</td>
20-
<td><a href="/PASSWORD" style="$DISCONNECT_VISIBILITY$">Admin</a></td>
20+
<td class="$MENU_ADMIN$"><a href="/PASSWORD" style="$DISCONNECT_VISIBILITY$">Admin</a></td>
2121
<td style="padding:0px;"><a href="/LOGIN?DISCONNECT=YES"><div class="btnroundimg" style="$DISCONNECT_VISIBILITY$"><svg width="30" height="30" viewBox="0 0 40 40">
2222
<circle style="fill:white" cx="20" cy="20" r="20"/>
2323
<circle style="fill:white;stroke:black;stroke-width:4" cx="20" cy="15" r="10"/>
2424
<rect style="fill:black;stroke-width:4;stroke:black" width="20" height="15" x="10" y="17" />
2525
<circle style="fill:white" cx="20" cy="22" r="2.5"/>
2626
<polygon points="20,23 16,30 24,30" style="fill:white"/></svg></div></a></td>
2727
<td>FW: V$FW_VER$</td>
28-
<td><a href="https://github.com/luc-github/ESP8266" >Github</a></td>
28+
<td><a href="https://github.com/luc-github/ESP8266">Github</a></td>
2929
</tr>
3030
</table>

0 commit comments

Comments
 (0)