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
c68fffcd
Commit
c68fffcd
authored
Apr 13, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: popover forms
parent
2f61fc6a
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
public/app/plugins/datasource/cloudwatch/partials/config.html
+1
-1
public/sass/_variables.dark.scss
+0
-0
public/sass/components/_drop.scss
+2
-2
public/sass/mixins/_drop_element.scss
+2
-2
No files found.
public/app/plugins/datasource/cloudwatch/partials/config.html
View file @
c68fffcd
...
...
@@ -46,7 +46,7 @@
</div>
</div>
<div
class=
"gf-form"
>
<label
class=
"gf-form-label width-13"
>
Custom Metrics
namespace
</label>
<label
class=
"gf-form-label width-13"
>
Custom Metrics
</label>
<input
type=
"text"
class=
"gf-form-input max-width-18"
ng-model=
'ctrl.current.jsonData.customMetricsNamespaces'
placeholder=
"Namespace1,Namespace2"
></input>
<info-popover
mode=
"right-absolute"
>
Namespaces of Custom Metrics
...
...
public/sass/_variables.dark.scss
View file @
c68fffcd
public/sass/components/_drop.scss
View file @
c68fffcd
...
...
@@ -5,9 +5,9 @@ $useDropShadow: false;
$attachmentOffset
:
0%
;
$easing
:
cubic-bezier
(
0
,
0
,
0
.265
,
1
.00
);
@include
drop-theme
(
"help"
,
$popover-help-bg
,
$popover-help-color
);
@include
drop-theme
(
"error"
,
$errorBackground
,
$popover-color
);
@include
drop-theme
(
"popover"
,
$popover-bg
,
$popover-color
,
$brand-primary
);
@include
drop-theme
(
"popover"
,
$popover-bg
,
$popover-color
,
#b3460d
);
@include
drop-theme
(
"help"
,
$popover-bg
,
$popover-color
,
#b3460d
);
@include
drop-animation-scale
(
"drop"
,
"help"
,
$attachmentOffset
:
$attachmentOffset
,
$easing
:
$easing
);
@include
drop-animation-scale
(
"drop"
,
"error"
,
$attachmentOffset
:
$attachmentOffset
,
$easing
:
$easing
);
...
...
public/sass/mixins/_drop_element.scss
View file @
c68fffcd
...
...
@@ -15,7 +15,7 @@
word-wrap
:
break-word
;
max-width
:
20rem
;
border
:
1px
solid
$border-color
;
box-shadow
:
0
0
1
0px
#f86e06
;
box-shadow
:
0
0
1
5px
#5d3000
;
&
:before
{
content
:
""
;
...
...
@@ -158,7 +158,7 @@
&
:before
{
top
:
100%
;
left
:
$popover-arrow-size
;
border-top-color
:
$
theme-bg
;
border-top-color
:
$
border-color
;
}
}
...
...
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