Commit a0d8afd4 by Torkel Ödegaard

ux: minor change to styles & heatmap option names

parent f2323965
......@@ -26,8 +26,8 @@ export class AxesEditorCtrl {
};
this.dataFormats = {
'TS': 'timeseries',
'TS Pre-bucketed': 'tsbuckets'
'Time series': 'timeseries',
'Time series Pre-bucketed': 'tsbuckets'
};
}
......
......@@ -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 {
......
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