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
590da0ca
Commit
590da0ca
authored
Feb 23, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): fixes to light theme popover / tooltip colors
parent
44b6a3a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
public/sass/_variables.light.scss
+4
-4
public/sass/components/_submenu.scss
+1
-0
No files found.
public/sass/_variables.light.scss
View file @
590da0ca
...
...
@@ -258,14 +258,14 @@ $infoBorder: transparent;
// Tooltips and popovers
// -------------------------
$tooltipColor
:
$
white
;
$tooltipBackground
:
$gray-
4
;
$tooltipColor
:
$
text-color
;
$tooltipBackground
:
$gray-
5
;
$tooltipArrowWidth
:
5px
;
$tooltipArrowColor
:
$tooltipBackground
;
$tooltipLinkColor
:
darken
(
$white
,
11%
)
;
$tooltipLinkColor
:
$text-color
;
// popover
$popover-bg
:
$
dark-4
;
$popover-bg
:
$
gray-5
;
$popover-color
:
$text-color
;
$popover-help-bg
:
$blue-dark
;
...
...
public/sass/components/_submenu.scss
View file @
590da0ca
...
...
@@ -10,6 +10,7 @@
.annotation-segment
{
label
.cr1
{
margin-left
:
5px
;
margin-top
:
3px
;
}
padding
:
8px
7px
;
}
...
...
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