Skip to content

Commit

Permalink
1.13.7 (#495)
Browse files Browse the repository at this point in the history
* Bad interpreter error associated with the NPM release of 2.9.21 (#486)

* Fix Pi-Hole network details table colors (#489)

* Grafana 9.5.1 element support (#492)

Adding support for only a few elements in latest version of Grafana

* Added uptime kuma card css (#494)

---------

Co-authored-by: goodbyepavlyi 3 <[email protected]>
Co-authored-by: Samuel Bartík <[email protected]>
Co-authored-by: rg9400 <[email protected]>
Co-authored-by: Henry Whitaker <[email protected]>
  • Loading branch information
5 people authored May 19, 2023
1 parent 488e2e3 commit cefd0f0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 5 additions & 3 deletions css/base/grafana/grafana-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ p {
}

.page-header-canvas,
.page-toolbar[class*="css-"] {
.page-toolbar[class*="css-"],
.css-278jzv {
background: var(--transparency-dark-25) !important;
box-shadow: none !important;
border-bottom: none !important;
Expand Down Expand Up @@ -534,7 +535,8 @@ p {
}

/* PANEL BACKGROUND COLOR*/
.panel-container {
.panel-container,
.css-85us1i-panel-container {
background: var(--transparency-dark-25);
border: transparent;
box-shadow: none !important;
Expand Down Expand Up @@ -1308,4 +1310,4 @@ input:checked+.gf-form-switch__slider {

::-webkit-input-placeholder {
color: var(--text-hover) !important;
}
}
4 changes: 4 additions & 0 deletions css/base/organizr/organizr-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,10 @@ a:hover,
background: var(--transparency-light-20);
}

#homepageOrderUptimeKuma .card-body {
background: var(--transparency-light-20);
}

.card,
.card-body {
border-radius: 3px;
Expand Down
4 changes: 2 additions & 2 deletions css/base/pihole/pihole-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -411,11 +411,11 @@
}

/* Network */
.table-striped>tbody>tr:nth-of-type(odd) {
.table-striped>tbody>tr:nth-of-type(odd):not(#network-details .table-striped>tbody>tr:nth-of-type(odd)) {
background: var(--transparency-dark-25) !important;
}

.table-striped>tbody>tr:nth-of-type(even) {
.table-striped>tbody>tr:nth-of-type(even):not(#network-details .table-striped>tbody>tr:nth-of-type(even)) {
background: var(--transparency-dark-50) !important;
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash

echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash

echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'
Expand Down

0 comments on commit cefd0f0

Please sign in to comment.