Skip to content

Commit

Permalink
Fix background colour in term list tab #8958
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gale committed Sep 14, 2015
1 parent e65d373 commit 621ffdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/arArchivesCanadaPlugin/css/less/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ h1 .count {
.placeholder(#bbb);
}

#treeview-list {
background-color: transparent;
}

// Advanced search filters
#advanced-search-filters {
margin-top: 20px;
Expand Down Expand Up @@ -314,4 +318,4 @@ body.login #content {
.x-btn {
color: @white;
border: 2px solid @white;
}
}

0 comments on commit 621ffdf

Please sign in to comment.