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
aaa174a0
Commit
aaa174a0
authored
Nov 05, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(dashboard): minor fix so hide controls hide panel resize handles
parent
2b81b204
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
public/sass/pages/_dashboard.scss
+11
-11
No files found.
public/sass/pages/_dashboard.scss
View file @
aaa174a0
...
...
@@ -35,6 +35,7 @@
.dash-row-menu
{
display
:
none
;
}
.resize-panel-handle
,
.panel-drop-zone
{
visibility
:
hidden
;
}
...
...
@@ -207,7 +208,15 @@ div.flot-text {
width
:
15px
;
height
:
15px
;
display
:
block
;
color
:
$panel-bg
;
color
:
$text-color-faint
;
overflow
:
hidden
;
&
:before
{
left
:
initial
;
right
:
-5px
;
bottom
:
0px
;
position
:
absolute
;
}
}
.dashboard-header
{
...
...
@@ -221,13 +230,4 @@ div.flot-text {
}
}
.resize-panel-handle
{
color
:
$text-color-faint
;
overflow
:
hidden
;
&
:before
{
left
:
initial
;
right
:
-5px
;
bottom
:
0px
;
position
:
absolute
;
}
}
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