Add menu toggle to show/hide the controls. Ref webgoat/webgoat#93

This commit is contained in:
Daniel Kvist
2016-03-30 22:38:18 +02:00
parent e6fb74fa55
commit 2be4248ea3
3 changed files with 31 additions and 9 deletions

View File

@ -777,6 +777,9 @@ cookie-container {
color: #e84c3d
}
#developer-control-container {
display: none;
}
#menu-container a,
.developer-controls-table a {