Skip to content

Commit 1c443ac

Browse files
committed
[fix][xs] - Fix data explorer view background color.
1 parent 6e7855b commit 1c443ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ckanext/dataexplorer/public/css/recline.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ body {
55
.recline-data-explorer {
66
position: relative;
77
overflow: auto;
8+
background-color: #F0F4F5;
89
}
910

1011
.recline-record-count {
@@ -187,6 +188,7 @@ body {
187188
.recline-pager .pagination .page-range a {
188189
padding: 0px 12px;
189190
border: none;
191+
background-color: #F0F4F5;
190192
}
191193

192194
.recline-pager .pagination .page-range a:hover {
@@ -209,6 +211,10 @@ body {
209211
height: 34px;
210212
}
211213

214+
.recline-pager .pagination .btn-default {
215+
background-color: #F0F4F5;
216+
}
217+
212218
/**********************************************************
213219
* Filter Editor
214220
*********************************************************/

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)