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
4720b86f
Commit
4720b86f
authored
Jan 18, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/mattttt-style-tweaks'
parents
5bb22b83
0dffb6db
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
19 deletions
+8
-19
pkg/services/alerting/notifiers/email.go
+1
-1
public/sass/_variables.dark.scss
+6
-17
public/sass/components/_dashboard_settings.scss
+1
-1
No files found.
pkg/services/alerting/notifiers/email.go
View file @
4720b86f
...
...
@@ -20,7 +20,7 @@ func init() {
OptionsTemplate
:
`
<h3 class="page-heading">Email addresses</h3>
<div class="gf-form">
<textarea rows="7" class="gf-form-input width-2
5
" required ng-model="ctrl.model.settings.addresses"></textarea>
<textarea rows="7" class="gf-form-input width-2
7
" required ng-model="ctrl.model.settings.addresses"></textarea>
</div>
<div class="gf-form">
<span>You can enter multiple email addresses using a ";" separator</span>
...
...
public/sass/_variables.dark.scss
View file @
4720b86f
...
...
@@ -103,13 +103,7 @@ $component-active-bg: $brand-primary !default;
$panel-bg
:
#212124
;
$panel-border-color
:
$dark-1
;
$panel-border
:
solid
1px
$panel-border-color
;
$panel-drop-zone-bg
:
repeating-linear-gradient
(
-128deg
,
#111
,
#111
10px
,
#191919
10px
,
#222
20px
);
$panel-drop-zone-bg
:
repeating-linear-gradient
(
-128deg
,
#111
,
#111
10px
,
#191919
10px
,
#222
20px
);
$panel-header-hover-bg
:
$dark-4
;
$panel-header-menu-hover-bg
:
$dark-5
;
$panel-edit-shadow
:
0
-30px
30px
-30px
$black
;
...
...
@@ -134,8 +128,7 @@ $code-tag-border: lighten($code-tag-bg, 2%);
// cards
$card-background
:
linear-gradient
(
135deg
,
#2f2f32
,
#262628
);
$card-background-hover
:
linear-gradient
(
135deg
,
#343436
,
#262628
);
$card-shadow
:
-1px
-1px
0
0
hsla
(
0
,
0%
,
100%
,
0
.1
)
,
1px
1px
0
0
rgba
(
0
,
0
,
0
,
0
.3
);
$card-shadow
:
-1px
-1px
0
0
hsla
(
0
,
0%
,
100%
,
0
.1
)
,
1px
1px
0
0
rgba
(
0
,
0
,
0
,
0
.3
);
// Lists
$list-item-bg
:
$card-background
;
...
...
@@ -188,7 +181,7 @@ $iconContainerBackground: $black;
$btn-divider-left
:
$dark-4
;
$btn-divider-right
:
$dark-2
;
$btn-drag-image
:
"../img/grab_dark.svg"
;
$btn-drag-image
:
'../img/grab_dark.svg'
;
// Forms
// -------------------------
...
...
@@ -259,7 +252,7 @@ $navbarDropdownShadow: inset 0px 4px 10px -4px $body-bg;
$navbarButtonBackground
:
$navbarBackground
;
$navbarButtonBackgroundHighlight
:
$body-bg
;
$navbar-button-border
:
#
151515
;
$navbar-button-border
:
#
2f2f32
;
// Sidemenu
// -------------------------
...
...
@@ -325,14 +318,10 @@ $tooltipLinkColor: $link-color;
$graph-tooltip-bg
:
$dark-1
;
// images
$checkboxImageUrl
:
"../img/checkbox.png"
;
$checkboxImageUrl
:
'../img/checkbox.png'
;
// info box
$info-box-background
:
linear-gradient
(
100deg
,
$blue-dark
,
darken
(
$blue-dark
,
5%
)
);
$info-box-background
:
linear-gradient
(
100deg
,
$blue-dark
,
darken
(
$blue-dark
,
5%
));
$info-box-color
:
$gray-4
;
// footer
...
...
public/sass/components/_dashboard_settings.scss
View file @
4720b86f
...
...
@@ -26,7 +26,7 @@
}
.dashboard-settings__aside
{
padding
:
30
px
0
0
30px
;
padding
:
27
px
0
0
30px
;
background
:
$panel-bg
;
display
:
flex
;
flex-direction
:
column
;
...
...
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