File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
ckanext/dataexplorer/public/css Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11body {
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 *********************************************************/
You can’t perform that action at this time.
0 commit comments