added int test for IDOR and fixed green button issue (#801)

This commit is contained in:
René Zubcevic
2020-04-29 12:12:11 +02:00
committed by GitHub
parent 2398949396
commit 9dea696c4c
10 changed files with 129 additions and 74 deletions

View File

@ -1081,6 +1081,17 @@ span.show-next-page, span.show-prev-page {
padding:5px;
}
/* same look but not the behaviour */
.nonattack-container {
position: relative;
background-color: #f1f1f1;
border: 2px solid #a66;
border-radius: 12px;
padding: 7px;
margin-top:7px;
padding:5px;
}
/* ERROR NOTIFICATION */
#error-notification-container {
display: none;