Skip to content

Commit 6642dc2

Browse files
committed
Merge branch 'fix/data-explorer-background-color' into 'master'
Fix data explorer view background color. See merge request datopian/clients/nhs-dataexplorer!19
2 parents 13f6f5f + 5ab425d commit 6642dc2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ckanext/dataexplorer/public/css/recline.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
body {
2-
background-color: #fff;
2+
background-color: #F0F4F5;
33
}
44

55
.recline-data-explorer {
66
position: relative;
77
overflow: auto;
8+
background-color: #F0F4F5;
89
}
910

1011
.recline-record-count {
@@ -200,10 +201,11 @@ body {
200201
.recline-pager .pagination .page-range a {
201202
padding: 0px 12px;
202203
border: none;
204+
background-color: #F0F4F5;
203205
}
204206

205207
.recline-pager .pagination .page-range a:hover {
206-
background-color: #ffffff;
208+
background-color: #F0F4F5;
207209
}
208210

209211
.recline-pager .pagination > li:first-child > a {
@@ -222,6 +224,10 @@ body {
222224
height: 34px;
223225
}
224226

227+
.recline-pager .pagination .btn-default {
228+
background-color: #F0F4F5;
229+
}
230+
225231
/**********************************************************
226232
* Filter Editor
227233
*********************************************************/

ckanext/dataexplorer/public/css/recline.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)