diff --git a/webgui/index.html b/webgui/index.html index f8a23f1fd..4d6ccb163 100644 --- a/webgui/index.html +++ b/webgui/index.html @@ -71,7 +71,6 @@ html, body, #wrapper { right: 0; width: 220px; bottom: 14pt; -// background: gray; } #statusbar { @@ -83,6 +82,27 @@ html, body, #wrapper { text-align: center; } +#statusbar a { + color: black; + font-weight: bold; + text-decoration: none; + padding: 1px; +} + +#statusbar a:active { + color: black; +} + +#statusbar a:visited { + color: black; +} + +#statusbar a:hover { + color: black; + padding: 0; + border: 1px dotted silver; +} + .htabs { position: absolute; width: 100%; @@ -256,7 +276,7 @@ html, body, #wrapper {