2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 14:28:09 +00:00

Turn menu bar magenta if running on localserver

This commit is contained in:
Expo laptop Crowley
2023-07-05 18:35:17 +02:00
parent 067fcd9892
commit d2bcef6e36
3 changed files with 19 additions and 3 deletions

View File

@@ -385,7 +385,13 @@ div#editLinks a{
text-align:center;
font-weight:bold;
}
.toolbarlinkslocal
{
padding:5px;
background-color:#f9f;
text-align:center;
font-weight:bold;
}
.footer {
Dposition:fixed;
visibility:none;
@@ -664,4 +670,4 @@ a.deletelink:link, a.deletelink:visited {
a.deletelink:hover {
color: #993333;
}
}