mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
ux: minor changes
This commit is contained in:
parent
4e66fd72d3
commit
11f6c4eb28
@ -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) {
|
||||
menu.push({
|
||||
title: 'Save As...',
|
||||
|
@ -3,12 +3,6 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.page-dashboard {
|
||||
.main-view {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
||||
|
||||
.template-variable {
|
||||
color: $variable;
|
||||
}
|
||||
@ -40,6 +34,7 @@ div.flot-text {
|
||||
|
||||
.panel-container {
|
||||
background-color: $panel-bg;
|
||||
border: $panel-border;
|
||||
position: relative;
|
||||
|
||||
&.panel-transparent {
|
||||
|
Loading…
Reference in New Issue
Block a user