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
19b3578b
Unverified
Commit
19b3578b
authored
Nov 14, 2018
by
David
Committed by
GitHub
Nov 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14048 from grafana/davkal/explore-table-pagination-styles
Explore: Fix table pagination styles
parents
f00f3470
7627de80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
public/sass/pages/_explore.scss
+13
-1
No files found.
public/sass/pages/_explore.scss
View file @
19b3578b
...
...
@@ -320,8 +320,11 @@
.ReactTable
{
border
:
none
;
}
.ReactTable
.rt-table
{
// Allow some space for the no-data text
min-height
:
12
0px
;
min-height
:
9
0px
;
}
.ReactTable
.rt-thead.-header
{
...
...
@@ -350,6 +353,11 @@
.ReactTable
.rt-tbody
.rt-td
:last-child
{
border-right
:
none
;
}
.ReactTable
.-pagination
{
border-top
:
none
;
box-shadow
:
none
;
margin-top
:
$panel-margin
;
}
.ReactTable
.-pagination
.-btn
{
color
:
$blue
;
background
:
$list-item-bg
;
...
...
@@ -371,6 +379,10 @@
.ReactTable
.rt-tr
.rt-td
:last-child
{
text-align
:
right
;
}
.ReactTable
.rt-noData
{
top
:
60px
;
z-index
:
inherit
;
}
// React-component cascade fix: show "loading" even though item can expand
...
...
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