Skip to content

Commit

Permalink
A few CSS improvements
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
  • Loading branch information
rdwebdesign committed Mar 12, 2022
1 parent d5268a3 commit 8087961
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions style/pi-hole.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,3 +756,9 @@ table.dataTable tbody > tr > .selected {
word-break: break-word;
white-space: pre-wrap;
}

#output {
margin: 5px 0;
min-height: 36px;
padding: 4px 8px;
}
11 changes: 8 additions & 3 deletions style/themes/default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,10 @@ td.highlight {

/* Used in debug log page */
.log-red {
color: #f33;
color: #FF4038;
}
.log-green {
color: #0d6;
color: #4C4;
}
.log-yellow {
color: #fb0;
Expand All @@ -428,7 +428,7 @@ td.highlight {
color: #48f;
}
.log-purple {
color: #d8f;
color: #b8e;
}
.log-cyan {
color: #0df;
Expand All @@ -437,6 +437,11 @@ td.highlight {
color: #999;
}

#output {
border-color: #505458;
background: #272c30;
}

/* Used by the long-term pages */
.daterangepicker {
background-color: #3e464c;
Expand Down

0 comments on commit 8087961

Please sign in to comment.