1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-07-07 04:19:17 +02:00
* 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 <pavlyi.off@gmail.com>
Co-authored-by: Samuel Bartík <63553146+sambartik@users.noreply.github.com>
Co-authored-by: rg9400 <39887349+rg9400@users.noreply.github.com>
Co-authored-by: Henry Whitaker <36062479+henrywhitaker3@users.noreply.github.com>
This commit is contained in:
GilbN 2023-05-19 15:16:49 +02:00 committed by GitHub
parent 488e2e3766
commit cefd0f0502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 7 deletions

View File

@ -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;
@ -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;
@ -1308,4 +1310,4 @@ input:checked+.gf-form-switch__slider {
::-webkit-input-placeholder {
color: var(--text-hover) !important;
}
}

View File

@ -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;

View File

@ -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;
}

View File

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'

View File

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash
#!/command/with-contenv bash
echo '--------------------------------------'
echo '| Nginx Proxy Manager theme.park Mod |'