mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: minor change to styles & heatmap option names
This commit is contained in:
parent
f23239650e
commit
a0d8afd435
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user