Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed showing up file content in Groups tab #28

Merged
merged 4 commits into from
Apr 12, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Adding some Wazuh styles
  • Loading branch information
manuasir committed Apr 12, 2018
commit 7020ae0a7f12b27c74063d6e134e081f94129442
31 changes: 31 additions & 0 deletions wazuh/appserver/static/wazuh_decorations.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,34 @@
.custom-result-value.icon-only {
font-size: 60px;
}

.json-key {
color: brown;
}

.json-value {
color: navy;
}

.json-string {
color: olive;
}

.json-beautifier {
background-color: ghostwhite;
border: 1px solid silver;
padding: 10px 20px;
margin: 20px;
}

.wz-pre {
white-space: pre-wrap;
word-wrap: break-word;
height: 200px;
line-height: 20px !important;
}

.jsonbeauty2 {
min-height: 300px;
margin: 0px !important;
}