Skip to content

Commit

Permalink
Improve nmap advanced options (#104)
Browse files Browse the repository at this point in the history
* Group nmap options into tabs.
  • Loading branch information
moozzi authored Apr 24, 2024
1 parent 2a796c5 commit cdb2ca1
Show file tree
Hide file tree
Showing 2 changed files with 988 additions and 960 deletions.
20 changes: 20 additions & 0 deletions public/stylesheets/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,23 @@ body.dark-mode main a {
padding-top: 0;
border-top: 0;
}

.advanced-content .tabs ul li a {
text-decoration: none;
}

.advanced-content .tabs ul {
margin-top: 0px !important;
border: none;
}

.advanced-content .tabs ul li {
padding: 4px 0;
}

.content-tab {
display: none;
}
.content-tab.is-active {
display: block;
}
Loading

0 comments on commit cdb2ca1

Please sign in to comment.