Skip to content

Commit

Permalink
Merge pull request #624 from ranemirusG/master
Browse files Browse the repository at this point in the history
css changes main menu and Help and View Source buttons
  • Loading branch information
digininja committed Apr 25, 2024
2 parents f9d786b + 350ce2b commit 39aaaf6
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions dvwa/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,14 @@ div#main_menu li {
div#main_menu li a {
color: #000000;
text-decoration: none;
text-decoration: none;
display: block;
}

div#main_menu li:hover {
background-color: #ccc;
}


div#main_menu li.selected {
border-color: #758DAE #758DAE #758DAE #758DAE;
background-color: #99cc33;
Expand Down Expand Up @@ -195,16 +200,27 @@ div#footer {
border-top: 5px solid #A1CC33;
}

input.popup_button {
border-width: 1px;
border-style: solid;
border-color: #D2D4D4 #6B778C #6B778C #D2D4D4;
padding: 3px 5px 3px 5px;
margin-bottom: 3px;
background-color: #C3C3C3;
float: right;
.popup_button {
border-width: 1px;
border-style: solid;
border-color: #D2D4D4 #6B778C #6B778C #D2D4D4;
padding: 3px 5px;
margin-bottom: 3px;
background-color: #bebebe;
font-weight: bold;
float: right;
cursor: pointer;
color: #000000;
}

.popup_button:hover {
color: white;
background-color: #A1CC33;
}




div.vulnerable_code_area {
background-color: #f8fafa;
border-width: 1px;
Expand Down

0 comments on commit 39aaaf6

Please sign in to comment.