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
daf8db71
Commit
daf8db71
authored
Feb 11, 2016
by
Trent White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
button spacing tweak. Dropdown hover color tweak, sexy pattern added
parent
c186d8b2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
public/less/bootswatch.dark.less
+1
-0
public/less/overrides.less
+5
-0
public/less/sidemenu.less
+1
-1
public/vendor/bootstrap/less/dropdowns.less
+2
-2
No files found.
public/less/bootswatch.dark.less
View file @
daf8db71
...
...
@@ -356,6 +356,7 @@ div.subnav {
// -----------------------------------------------------
.btn {
padding: 6px 12px;
margin-right:10px;
background-image: none;
// .box-shadow(0px 0px 8px @bodyBackground);
border: none;
...
...
public/less/overrides.less
View file @
daf8db71
...
...
@@ -22,6 +22,11 @@
// Backgrounds
// ---------------------
.main-view {
background: url(/img/grafana_pattern.png);
background-position: 100% -550px;
background-repeat: no-repeat;
}
.bgNav {
background: @navbarBackground;
...
...
public/less/sidemenu.less
View file @
daf8db71
...
...
@@ -40,7 +40,7 @@
}
.top-nav-menu-btn {
a {
background-color: @
sideMenu
Background;
background-color: @
page
Background;
padding-right: 67px;
padding-left: 24px;
}
...
...
public/vendor/bootstrap/less/dropdowns.less
View file @
daf8db71
...
...
@@ -91,7 +91,7 @@
.dropdown-submenu:focus > a {
text-decoration: none;
color: @dropdownLinkColorHover;
#gradient > .vertical(@dropdownLinkBackgroundHover, darken(@dropdownLinkBackgroundHover, 5%))
;
background-color: @grafanaListHighlight
;
}
// Active state
...
...
@@ -102,7 +102,7 @@
color: @dropdownLinkColorActive;
text-decoration: none;
outline: 0;
#gradient > .vertical(@dropdownLinkBackgroundActive, darken(@dropdownLinkBackgroundActive, 5%))
;
background-color: @grafanaListHighlight
;
}
// Disabled state
...
...
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