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
ff8db0a5
Unverified
Commit
ff8db0a5
authored
Jan 29, 2019
by
Torkel Ödegaard
Committed by
GitHub
Jan 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15120 from grafana/panel-option-styles
Tweaked panel option group styles
parents
e5eb66a2
7196f7b0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss
+1
-0
public/sass/_variables.dark.scss
+2
-2
public/sass/_variables.light.scss
+2
-2
No files found.
packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss
View file @
ff8db0a5
...
...
@@ -10,6 +10,7 @@
font-size
:
1
.1rem
;
background
:
$panel-options-group-header-bg
;
position
:
relative
;
border-radius
:
$border-radius
$border-radius
0
0
;
.btn
{
position
:
absolute
;
...
...
public/sass/_variables.dark.scss
View file @
ff8db0a5
...
...
@@ -392,8 +392,8 @@ $panel-editor-tabs-line-color: #e3e3e3;
$panel-editor-viz-item-bg-hover
:
darken
(
$blue
,
47%
);
$panel-editor-viz-item-bg-hover-active
:
darken
(
$orange
,
45%
);
$panel-options-group-border
:
1px
solid
$dark-3
;
$panel-options-group-header-bg
:
linear-gradient
(
0deg
,
$gray-blue
,
$dark-1
)
;
$panel-options-group-border
:
none
;
$panel-options-group-header-bg
:
$gray-blue
;
$panel-grid-placeholder-bg
:
darken
(
$blue
,
47%
);
$panel-grid-placeholder-shadow
:
0
0
4px
$blue
;
...
...
public/sass/_variables.light.scss
View file @
ff8db0a5
...
...
@@ -400,8 +400,8 @@ $panel-editor-tabs-line-color: $dark-5;
$panel-editor-viz-item-bg-hover
:
lighten
(
$blue
,
62%
);
$panel-editor-viz-item-bg-hover-active
:
lighten
(
$orange
,
34%
);
$panel-options-group-border
:
1px
solid
$gray-6
;
$panel-options-group-header-bg
:
linear-gradient
(
0deg
,
$gray-6
,
$gray-7
)
;
$panel-options-group-border
:
none
;
$panel-options-group-header-bg
:
$gray-5
;
$panel-grid-placeholder-bg
:
lighten
(
$blue
,
62%
);
$panel-grid-placeholder-shadow
:
0
0
4px
$blue-light
;
...
...
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