Skip to content
Snippets Groups Projects
Commit f745fe35 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent cc6a328a
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ function loadVis(facetFields, searchParams, baseURL, zooming) {
'fill': 'rgb(234,234,234)', // fillColor
'outline-color': '#e8cfac', // selection color
'stroke': '#265680' // color
}
};
var $dateVisColorSettings = $('#dateVisColorSettings');
for(var rule in cssColorSettings) {
if($dateVisColorSettings.css(rule)) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment