mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
Panel-menu: small tweeks to css for cursor types
This commit is contained in:
parent
debf820037
commit
7a7629acf7
@ -8,7 +8,7 @@
|
||||
<span class="small" ng-show="datapointsOutside">Datapoints outside time range <tip>Can be caused by timezone mismatch between browser and graphite server</tip></span>
|
||||
</div>
|
||||
|
||||
<div grafana-graph class="pointer histogram-chart">
|
||||
<div grafana-graph class="histogram-chart">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -20,6 +20,7 @@ function (angular, app, _, require) {
|
||||
|
||||
// Set and populate defaults
|
||||
var _d = {
|
||||
title: 'default title',
|
||||
mode : "markdown", // 'html', 'markdown', 'text'
|
||||
content : "",
|
||||
style: {},
|
||||
|
@ -1,5 +1,6 @@
|
||||
.graph-canvas-wrapper {
|
||||
position: relative;
|
||||
cursor: crosshair;
|
||||
}
|
||||
|
||||
.graph-legend {
|
||||
@ -180,5 +181,4 @@
|
||||
float: right;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
.panel-title-container {
|
||||
min-height: 5px;
|
||||
cursor: pointer;
|
||||
cursor: context-menu;
|
||||
}
|
||||
|
||||
.panel-title {
|
||||
@ -25,6 +25,7 @@
|
||||
font-weight: bold;
|
||||
position: relative;
|
||||
font-size: 0.9em;
|
||||
cursor: context-menu;
|
||||
}
|
||||
|
||||
.panel-loading {
|
||||
@ -77,6 +78,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.icon-move {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
.panel-menu-link, .panel-menu-icon {
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user