1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Grafana 9.5.1 element support (#492)

Adding support for only a few elements in latest version of Grafana
This commit is contained in:
rg9400 2023-04-26 23:50:58 -05:00 committed by GitHub
parent 119841dc40
commit 188d15247e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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