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
9b7d346d
Commit
9b7d346d
authored
Oct 14, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: color tweaks
parent
a3bd761b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
public/app/features/plugins/partials/ds_list.html
+1
-1
public/app/partials/confirm_modal.html
+2
-2
public/sass/_variables.dark.scss
+4
-4
No files found.
public/app/features/plugins/partials/ds_list.html
View file @
9b7d346d
...
...
@@ -5,7 +5,7 @@
<div
class=
"page-header"
>
<page-h1
model=
"ctrl.navModel"
></page-h1>
<a
class=
"page-header__cta btn btn-
primary
"
href=
"datasources/new"
>
<a
class=
"page-header__cta btn btn-
success
"
href=
"datasources/new"
>
<i
class=
"fa fa-plus"
></i>
Add data source
</a>
...
...
public/app/partials/confirm_modal.html
View file @
9b7d346d
...
...
@@ -27,9 +27,9 @@
</div>
<div
class=
"confirm-modal-buttons"
>
<button
type=
"button"
class=
"btn btn-inverse"
ng-click=
"dismiss()"
>
{{noText}}
</button>
<button
type=
"button"
class=
"btn btn-danger"
ng-click=
"onConfirm();dismiss();"
ng-disabled=
"!confirmTextValid"
give-focus=
"true"
>
{{yesText}}
</button>
<button
ng-show=
"onAltAction"
type=
"button"
class=
"btn btn-success"
ng-click=
"dismiss();onAltAction();"
>
{{altActionText}}
</button>
<button
type=
"button"
class=
"btn btn-danger"
ng-click=
"onConfirm();dismiss();"
ng-disabled=
"!confirmTextValid"
give-focus=
"true"
>
{{yesText}}
</button>
<button
type=
"button"
class=
"btn btn-inverse"
ng-click=
"dismiss()"
>
{{noText}}
</button>
</div>
</div>
...
...
public/sass/_variables.dark.scss
View file @
9b7d346d
...
...
@@ -27,8 +27,8 @@ $white: #fff;
// -------------------------
$blue
:
#33B5E5
;
$blue-dark
:
#005f81
;
$green
:
#
3aa655
;
$red
:
#d44
939
;
$green
:
#
299c46
;
$red
:
#d44
a3a
;
$yellow
:
#ECBB13
;
$pink
:
#FF4444
;
$purple
:
#9933CC
;
...
...
@@ -140,13 +140,13 @@ $btn-secondary-bg: $blue-dark;
$btn-secondary-bg-hl
:
lighten
(
$blue-dark
,
5%
);
$btn-success-bg
:
$green
;
$btn-success-bg-hl
:
darken
(
$green
,
3
%
);
$btn-success-bg-hl
:
darken
(
$green
,
6
%
);
$btn-warning-bg
:
$brand-warning
;
$btn-warning-bg-hl
:
lighten
(
$brand-warning
,
8%
);
$btn-danger-bg
:
$red
;
$btn-danger-bg-hl
:
lighten
(
$red
,
5
%
);
$btn-danger-bg-hl
:
darken
(
$red
,
8
%
);
$btn-inverse-bg
:
$dark-3
;
$btn-inverse-bg-hl
:
lighten
(
$dark-3
,
4%
);
...
...
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