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
a0620ac8
Commit
a0620ac8
authored
Nov 11, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor style fixes & polish
parent
2aef5fbc
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
22 additions
and
23 deletions
+22
-23
public/app/features/dashboard/dashgrid/PanelEditor.tsx
+1
-1
public/app/features/panel/panel_directive.ts
+2
-2
public/sass/_variables.dark.scss
+5
-0
public/sass/_variables.light.scss
+5
-0
public/sass/components/_panel_editor.scss
+6
-17
public/sass/components/_toolbar.scss
+3
-3
No files found.
public/app/features/dashboard/dashgrid/PanelEditor.tsx
View file @
a0620ac8
...
...
@@ -77,7 +77,7 @@ export class PanelEditor extends PureComponent<PanelEditorProps> {
</
ul
>
<
button
className=
"panel-editor-tabs__close"
onClick=
{
this
.
onClose
}
>
<
i
className=
"fa fa-re
move
"
/>
<
i
className=
"fa fa-re
ply
"
/>
</
button
>
</
div
>
...
...
public/app/features/panel/panel_directive.ts
View file @
a0620ac8
...
...
@@ -44,8 +44,8 @@ const panelTemplate = `
</li>
</ul>
<button class="
tabbed-view-close-btn
" ng-click="ctrl.exitFullscreen();">
<i class="fa fa-re
move
"></i>
<button class="
panel-editor-tabs__close
" ng-click="ctrl.exitFullscreen();">
<i class="fa fa-re
ply
"></i>
</button>
</div>
...
...
public/sass/_variables.dark.scss
View file @
a0620ac8
...
...
@@ -267,6 +267,11 @@ $menu-dropdown-shadow: 5px 5px 20px -5px $black;
// -------------------------
$tab-border-color
:
$dark-4
;
// Toolbar
$toolbar-bg
:
$page-header-bg
;
$toolbar-shadow
:
0
0
20px
black
;
$toolbar-tab-bg
:
$gray-blue
;
// Pagination
// -------------------------
...
...
public/sass/_variables.light.scss
View file @
a0620ac8
...
...
@@ -214,6 +214,11 @@ $menu-dropdown-shadow: 5px 5px 10px -5px $gray-1;
// -------------------------
$tab-border-color
:
$gray-5
;
// Toolbar
$toolbar-bg
:
linear-gradient
(
90deg
,
#ffffff
,
#e6eef9
);
$toolbar-shadow
:
1px
1px
3px
#c7d0d8
;
$toolbar-tab-bg
:
$white
;
// search
$search-shadow
:
0
5px
30px
0
$gray-4
;
$search-filter-box-bg
:
$gray-7
;
...
...
public/sass/components/_panel_editor.scss
View file @
a0620ac8
...
...
@@ -67,13 +67,13 @@
border-radius
:
2px
;
height
:
10px
;
cursor
:
grabbing
;
background
:
$
dark-4
;
background
:
$
input-label-bg
;
top
:
-8px
;
&
:hover
{
transition
:
background
0
.2s
ease-in
0
.4s
;
transition-delay
:
0
.2s
;
background
:
$blue-dark
;
background
:
linear-gradient
(
90deg
,
$orange
,
$red
)
;
.panel-editor-resizer__handle-dots
{
transition
:
opacity
0
.2s
ease-in
;
opacity
:
0
;
...
...
@@ -144,26 +144,15 @@
@include
clearfix
();
.active.gf-tabs-link
{
background
:
$
input-label
-bg
;
background
:
$
toolbar-tab
-bg
;
}
}
.panel-editor-tabs__close
{
padding
:
5px
9px
;
border-radius
:
$border-radius
;
float
:
right
;
padding
:
0
;
margin
:
0
;
background-color
:
transparent
;
border
:
none
;
padding
:
$tabs-padding
;
color
:
$text-color
;
i
{
font-size
:
120%
;
}
&
:hover
{
color
:
$text-color-strong
;
}
@include
buttonBackground
(
$btn-primary-bg
,
$btn-primary-bg-hl
);
}
.ds-picker-list
{
...
...
public/sass/components/_toolbar.scss
View file @
a0620ac8
...
...
@@ -2,9 +2,9 @@
display
:
flex
;
align-content
:
center
;
align-items
:
center
;
background
:
$
page-heade
r-bg
;
box-shadow
:
0
0
20px
black
;
padding
:
7px
3
0px
7px
20px
;
background
:
$
toolba
r-bg
;
box-shadow
:
$toolbar-shadow
;
padding
:
7px
2
0px
7px
20px
;
position
:
relative
;
z-index
:
1
;
flex
:
0
0
auto
;
...
...
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