ux: minor change to styles & heatmap option names

This commit is contained in:
Torkel Ödegaard 2017-04-26 14:18:52 +02:00
parent f23239650e
commit a0d8afd435
2 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@ export class AxesEditorCtrl {
};
this.dataFormats = {
'TS': 'timeseries',
'TS Pre-bucketed': 'tsbuckets'
'Time series': 'timeseries',
'Time series Pre-bucketed': 'tsbuckets'
};
}

View File

@ -185,9 +185,9 @@ div.flot-text {
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(82,168,236,10.8)
}
.panel-hover-highlight {
box-shadow: inset 0 1px 1px rgba(0,0,0,0.025), 0 0 1px rgba(82,168,236,0.5)
}
// .panel-hover-highlight {
// box-shadow: inset 0 1px 1px rgba(0,0,0,0.025), 0 0 1px rgba(82,168,236,0.5)
// }
.on-drag-hover {
.panel-container {