Commit 11f6c4eb by Torkel Ödegaard

ux: minor changes

parent 4e66fd72
...@@ -125,12 +125,6 @@ export class NavModelSrv { ...@@ -125,12 +125,6 @@ export class NavModelSrv {
}); });
} }
menu.push({
title: 'Shortcuts',
icon: 'fa fa-fw fa-keyboard-o',
clickHandler: () => dashNavCtrl.showHelpModal()
});
if (this.contextSrv.isEditor && !dashboard.meta.isFolder) { if (this.contextSrv.isEditor && !dashboard.meta.isFolder) {
menu.push({ menu.push({
title: 'Save As...', title: 'Save As...',
......
...@@ -3,12 +3,6 @@ ...@@ -3,12 +3,6 @@
width: 100%; width: 100%;
} }
.page-dashboard {
.main-view {
background-image: none;
}
}
.template-variable { .template-variable {
color: $variable; color: $variable;
} }
...@@ -40,6 +34,7 @@ div.flot-text { ...@@ -40,6 +34,7 @@ div.flot-text {
.panel-container { .panel-container {
background-color: $panel-bg; background-color: $panel-bg;
border: $panel-border;
position: relative; position: relative;
&.panel-transparent { &.panel-transparent {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment