Skip to content

Commit a97fa4b

Browse files
committed
[fix][xs] - Fix recline view body background.
1 parent 1c443ac commit a97fa4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ckanext/dataexplorer/public/css/recline.css

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

55
.recline-data-explorer {
@@ -192,7 +192,7 @@ body {
192192
}
193193

194194
.recline-pager .pagination .page-range a:hover {
195-
background-color: #ffffff;
195+
background-color: #F0F4F5;
196196
}
197197

198198
.recline-pager .pagination > li:first-child > a {

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)