Skip to content

Commit

Permalink
[colours][xs]: use light blue for bg of dataset count for children orgs.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuveyatsu committed Sep 14, 2021
1 parent e4df390 commit 90aeafa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckanext/opendatani/fanstatic/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,9 @@ h6 {
padding: 4px 10px;
color: #f6f7f8;
}
.hierarchy-tree li a span {
background: #00ABC2;
}
.media-grid .media-view {
border: none;
}
Expand Down
8 changes: 8 additions & 0 deletions ckanext/opendatani/fanstatic/less/_org-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,12 @@
color: @lightgrey;
}
}
}

.hierarchy-tree {
li {
a span {
background: #00ABC2;
}
}
}

0 comments on commit 90aeafa

Please sign in to comment.