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

1.13.9 #497

Merged
merged 10 commits into from
Jun 4, 2023
Prev Previous commit
Next Next commit
Grafana 9.5.1 element support (#492)
Adding support for only a few elements in latest version of Grafana
  • Loading branch information
rg9400 authored Apr 27, 2023
commit 188d15247e98af8ff0ea154ebce5eb13d76f1ad4
8 changes: 5 additions & 3 deletions css/base/grafana/grafana-base.css
Original file line number Diff line number Diff line change
@@ -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;
}
}