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
80e15dd7
Commit
80e15dd7
authored
Feb 03, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(css): minor css tweaks
parent
de394311
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
public/app/plugins/panel/singlestat/controller.ts
+0
-1
public/less/search.less
+2
-2
public/less/sidemenu.less
+2
-1
public/less/variables.dark.less
+4
-0
public/less/variables.light.less
+5
-1
No files found.
public/app/plugins/panel/singlestat/controller.ts
View file @
80e15dd7
...
...
@@ -50,7 +50,6 @@ export class SingleStatCtrl extends MetricsPanelCtrl {
_
.
defaults
(
this
.
panel
,
panelDefaults
);
}
initEditMode
()
{
super
.
initEditMode
();
this
.
icon
=
"fa fa-dashboard"
;
...
...
public/less/search.less
View file @
80e15dd7
...
...
@@ -5,10 +5,10 @@
z-index: 1000;
position: absolute;
width: 700px;
box-shadow:
0px 0px 55px 0px black
;
box-shadow:
@searchShadow
;
padding: 10px;
background-color: @grafanaPanelBackground;
border:
1px solid @grafanaTargetFuncBackground
;
border:
@grafanaPanelBorder
;
.label-tag {
margin-left: 6px;
...
...
public/less/sidemenu.less
View file @
80e15dd7
...
...
@@ -12,6 +12,7 @@
z-index: 101;
transform: translate3d(0, -100%, 0);
visibility: hidden;
box-shadow: @sideMenuShadow;
a:focus {
text-decoration: none;
...
...
@@ -191,7 +192,7 @@
.sidemenu-org {
border-bottom: @sideMenuBorder;
box-shadow: @sideMenuTopShadow;
//
box-shadow: @sideMenuTopShadow;
padding: 17px 10px 15px 21px;
box-sizing: border-box;
cursor: pointer;
...
...
public/less/variables.dark.less
View file @
80e15dd7
...
...
@@ -163,6 +163,10 @@
@sideMenuBorder: 1px solid @bodyBackground;
@sideMenuBackground: @grayDark;
@sideMenuBackgroundHighlight: lighten(@grayDark, 4%);
@sideMenuShadow: 0 0 35px 0 @bodyBackground;
// Search
@searchShadow: 0 0 35px 0 @bodyBackground;
// Dropdowns
// -------------------------
...
...
public/less/variables.light.less
View file @
80e15dd7
...
...
@@ -177,6 +177,10 @@
@sideMenuBorder: 1px solid @grafanaTargetBorder;
@sideMenuBackground: @grafanaPanelBackground;
@sideMenuBackgroundHighlight: darken(@sideMenuBackground, 4%);
@sideMenuShadow: 0 5px 30px 0 lighten(@grayLight, 30%);
// search
@searchShadow: 0 5px 30px 0 lighten(@grayLight, 30%);
// Dropdowns
// -------------------------
...
...
@@ -254,7 +258,7 @@
@navbarLinkColorActive: #555;
@navbarLinkBackgroundHover: transparent;
@navbarLinkBackgroundActive: darken(@navbarBackground, 6.5%);
@navbarDropdownShadow: inset 0px 4px
10
px -4px darken(@bodyBackground, 20%);
@navbarDropdownShadow: inset 0px 4px
7
px -4px darken(@bodyBackground, 20%);
@navbarBrandColor: @navbarLinkColor;
...
...
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