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
11c5fdc3
Commit
11c5fdc3
authored
Feb 12, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #88, Closed row css bug fix
parent
c81c4f18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
src/css/less/overrides.less
+9
-1
No files found.
src/css/less/overrides.less
View file @
11c5fdc3
...
@@ -222,6 +222,14 @@ form input.ng-invalid {
...
@@ -222,6 +222,14 @@ form input.ng-invalid {
margin: 0px 10px;
margin: 0px 10px;
}
}
.row-close {
padding: 0px;
margin: 0px;
min-height: 30px !important;
line-height: 30px;
background: @kibanaPanelBackground;
}
.row-open {
.row-open {
margin-top: 5px;
margin-top: 5px;
left:-34px;
left:-34px;
...
@@ -563,7 +571,7 @@ div.flot-text {
...
@@ -563,7 +571,7 @@ div.flot-text {
&-success[href] { background-color: darken(@successText, 10%); }
&-success[href] { background-color: darken(@successText, 10%); }
// Info (turquoise)
// Info (turquoise)
&-info { background-color: @purple; }
&-info { background-color: @purple; }
&-info[href] { background-color: darken(@
infoText
, 10%); }
&-info[href] { background-color: darken(@
purple
, 10%); }
// Inverse (black)
// Inverse (black)
&-inverse { background-color: @grayDark; }
&-inverse { background-color: @grayDark; }
&-inverse[href] { background-color: darken(@grayDark, 10%); }
&-inverse[href] { background-color: darken(@grayDark, 10%); }
...
...
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