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
8e93b68e
Commit
8e93b68e
authored
Feb 11, 2019
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restoring green CTA
parent
b920ee0e
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
21 additions
and
21 deletions
+21
-21
packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss
+1
-2
packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss
+1
-1
public/app/core/components/manage_dashboards/manage_dashboards.html
+4
-7
public/app/features/alerting/partials/notifications_list.html
+0
-1
public/app/features/api-keys/ApiKeysPage.tsx
+1
-1
public/app/features/playlist/partials/playlists.html
+0
-1
public/sass/_variables.dark.scss
+7
-4
public/sass/_variables.light.scss
+7
-4
No files found.
packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss
View file @
8e93b68e
...
...
@@ -36,8 +36,7 @@
}
.panel-options-group__add-circle
{
@include
gradientBar
(
$btn-secondary-bg
,
$btn-secondary-bg-hl
,
#fff
);
@include
gradientBar
(
$btn-success-bg
,
$btn-success-bg-hl
,
#fff
);
border-radius
:
50px
;
width
:
20px
;
...
...
packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss
View file @
8e93b68e
...
...
@@ -21,7 +21,7 @@
}
.thresholds-row-add-button
{
@include
buttonBackground
(
$btn-s
econdary-bg
,
$btn-secondary
-bg-hl
,
#fff
);
@include
buttonBackground
(
$btn-s
uccess-bg
,
$btn-success
-bg-hl
,
#fff
);
align-self
:
center
;
margin-right
:
5px
;
...
...
public/app/core/components/manage_dashboards/manage_dashboards.html
View file @
8e93b68e
...
...
@@ -6,15 +6,12 @@
</label>
<div
class=
"page-action-bar__spacer"
></div>
<a
class=
"btn btn-primary"
ng-href=
"{{ctrl.createDashboardUrl()}}"
ng-if=
"ctrl.hasEditPermissionInFolders || ctrl.canSave"
>
<i
class=
"fa fa-plus"
></i>
Dashboard
New Dashboard
</a>
<a
class=
"btn btn-primary"
href=
"dashboards/folder/new"
ng-if=
"!ctrl.folderId && ctrl.isEditor"
>
<i
class=
"fa fa-plus"
></i>
Folder
<a
class=
"btn btn-inverse"
href=
"dashboards/folder/new"
ng-if=
"!ctrl.folderId && ctrl.isEditor"
>
New Folder
</a>
<a
class=
"btn btn-primary"
href=
"{{ctrl.importDashboardUrl()}}"
ng-if=
"ctrl.hasEditPermissionInFolders || ctrl.canSave"
>
<i
class=
"fa fa-plus"
></i>
<a
class=
"btn btn-inverse"
href=
"{{ctrl.importDashboardUrl()}}"
ng-if=
"ctrl.hasEditPermissionInFolders || ctrl.canSave"
>
Import
</a>
</div>
...
...
public/app/features/alerting/partials/notifications_list.html
View file @
8e93b68e
...
...
@@ -8,7 +8,6 @@
</div>
<a
href=
"alerting/notification/new"
class=
"btn btn-primary"
>
<i
class=
"fa fa-plus"
></i>
New Channel
</a>
</div>
...
...
public/app/features/api-keys/ApiKeysPage.tsx
View file @
8e93b68e
...
...
@@ -200,7 +200,7 @@ export class ApiKeysPage extends PureComponent<Props, any> {
<
div
className=
"page-action-bar__spacer"
/>
<
button
className=
"btn btn-primary pull-right"
onClick=
{
this
.
onToggleAdding
}
disabled=
{
isAdding
}
>
<
i
className=
"fa fa-plus"
/>
Add API Key
Add API Key
</
button
>
</
div
>
...
...
public/app/features/playlist/partials/playlists.html
View file @
8e93b68e
...
...
@@ -5,7 +5,6 @@
<div
class=
"page-action-bar"
>
<div
class=
"page-action-bar__spacer"
></div>
<a
class=
"btn btn-primary pull-right"
href=
"playlists/create"
>
<i
class=
"fa fa-plus"
></i>
New Playlist
</a>
</div>
...
...
public/sass/_variables.dark.scss
View file @
8e93b68e
...
...
@@ -159,11 +159,14 @@ $table-bg-hover: $dark-3;
// Buttons
// -------------------------
$btn-
prim
ary-bg
:
$sapphire-base
;
$btn-
prim
ary-bg-hl
:
$sapphire-shade
;
$btn-
second
ary-bg
:
$sapphire-base
;
$btn-
second
ary-bg-hl
:
$sapphire-shade
;
$btn-secondary-bg
:
$green-base
;
$btn-secondary-bg-hl
:
$green-shade
;
$btn-primary-bg
:
$green-base
;
$btn-primary-bg-hl
:
$green-shade
;
$btn-success-bg
:
$green-base
;
$btn-success-bg-hl
:
$green-shade
;
$btn-danger-bg
:
$lobster-base
;
$btn-danger-bg-hl
:
$lobster-shade
;
...
...
public/sass/_variables.light.scss
View file @
8e93b68e
...
...
@@ -155,11 +155,14 @@ $table-bg-hover: $gray-5;
// Buttons
// -------------------------
$btn-
second
ary-bg
:
$green-base
;
$btn-
second
ary-bg-hl
:
$green-shade
;
$btn-
prim
ary-bg
:
$green-base
;
$btn-
prim
ary-bg-hl
:
$green-shade
;
$btn-primary-bg
:
$sapphire-base
;
$btn-primary-bg-hl
:
$sapphire-shade
;
$btn-secondary-bg
:
$sapphire-base
;
$btn-secondary-bg-hl
:
$sapphire-shade
;
$btn-success-bg
:
$green-base
;
$btn-success-bg-hl
:
$green-shade
;
$btn-danger-bg
:
$lobster-base
;
$btn-danger-bg-hl
:
$lobster-shade
;
...
...
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