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
9868edb1
Commit
9868edb1
authored
Apr 12, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): changed tooltip style
parent
e822fad5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
public/app/features/dashboard/unsavedChangesSrv.js
+0
-1
public/app/plugins/panel/pluginlist/module.html
+1
-1
public/sass/_variables.dark.scss
+3
-3
public/sass/components/_tooltip.scss
+1
-0
No files found.
public/app/features/dashboard/unsavedChangesSrv.js
View file @
9868edb1
...
...
@@ -102,7 +102,6 @@ function(angular, _) {
value
.
current
=
null
;
value
.
options
=
null
;
});
};
p
.
hasChanges
=
function
()
{
...
...
public/app/plugins/panel/pluginlist/module.html
View file @
9868edb1
...
...
@@ -10,7 +10,7 @@
<span
class=
"pluginlist-title"
>
{{plugin.name}}
</span>
<span
class=
"pluginlist-version"
>
v{{plugin.info.version}}
</span>
</a>
<a
class=
"pluginlist-message pluginlist-message--update"
ng-show=
"plugin.hasUpdate"
ng-click=
"ctrl.updateAvailable(plugin, $event)"
bs-tooltip=
"plugin.latestVersion"
>
<a
class=
"pluginlist-message pluginlist-message--update"
ng-show=
"plugin.hasUpdate"
ng-click=
"ctrl.updateAvailable(plugin, $event)"
bs-tooltip=
"
'New version: ' +
plugin.latestVersion"
>
Update available!
</a>
<span
class=
"pluginlist-message pluginlist-message--enable"
ng-show=
"!plugin.enabled && !plugin.hasUpdate"
>
...
...
public/sass/_variables.dark.scss
View file @
9868edb1
...
...
@@ -252,12 +252,12 @@ $popover-help-color: $text-color;
// Tooltips and popovers
// -------------------------
$tooltipColor
:
$
text
-color
;
$tooltipBackground
:
$
dark-5
;
$tooltipColor
:
$
popover-help
-color
;
$tooltipBackground
:
$
popover-help-bg
;
$tooltipArrowWidth
:
5px
;
$tooltipArrowColor
:
$tooltipBackground
;
$tooltipLinkColor
:
$link-color
;
$graph-tooltip-bg
:
$dark-
5
;
$graph-tooltip-bg
:
$dark-
4
;
// images
$checkboxImageUrl
:
'../img/checkbox.png'
;
...
...
public/sass/components/_tooltip.scss
View file @
9868edb1
...
...
@@ -26,6 +26,7 @@
text-align
:
center
;
text-decoration
:
none
;
background-color
:
$tooltipBackground
;
border-radius
:
4px
;
}
// Arrows
...
...
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