diff --git a/src/app/features/panel/partials/panel.html b/src/app/features/panel/partials/panel.html index d8b91bbeb85..2f393ae9a6b 100644 --- a/src/app/features/panel/partials/panel.html +++ b/src/app/features/panel/partials/panel.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/app/partials/panelgeneral.html b/src/app/partials/panelgeneral.html index 21fbf68c68f..f5a73bc0851 100644 --- a/src/app/partials/panelgeneral.html +++ b/src/app/partials/panelgeneral.html @@ -10,6 +10,7 @@
+
diff --git a/src/css/less/panel.less b/src/css/less/panel.less index 20164acfb9e..a0f8fb29b0f 100644 --- a/src/css/less/panel.less +++ b/src/css/less/panel.less @@ -11,7 +11,7 @@ } .panel-container { - background: @grafanaPanelBackground; + background-color: @grafanaPanelBackground; position: relative; border: @grafanaPanelBorder; &:hover { @@ -19,6 +19,11 @@ display: block; } } + + &.panel-transparent { + background-color: transparent; + border: none; + } } .panel-content {