Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
7a7629ac
Commit
7a7629ac
authored
Sep 30, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Panel-menu: small tweeks to css for cursor types
parent
debf8200
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
src/app/panels/graph/module.html
+1
-1
src/app/panels/text/module.js
+1
-0
src/css/less/graph.less
+1
-1
src/css/less/panel.less
+6
-1
No files found.
src/app/panels/graph/module.html
View file @
7a7629ac
...
...
@@ -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>
...
...
src/app/panels/text/module.js
View file @
7a7629ac
...
...
@@ -20,6 +20,7 @@ function (angular, app, _, require) {
// Set and populate defaults
var
_d
=
{
title
:
'default title'
,
mode
:
"markdown"
,
// 'html', 'markdown', 'text'
content
:
""
,
style
:
{},
...
...
src/css/less/graph.less
View file @
7a7629ac
.graph-canvas-wrapper {
position: relative;
cursor: crosshair;
}
.graph-legend {
...
...
@@ -180,5 +181,4 @@
float: right;
padding-left: 10px;
}
}
src/css/less/panel.less
View file @
7a7629ac
...
...
@@ -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;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment