diff --git a/www/css/gene_collection_manager.css b/www/css/gene_collection_manager.css index 06489243..34d53440 100644 --- a/www/css/gene_collection_manager.css +++ b/www/css/gene_collection_manager.css @@ -13,6 +13,14 @@ hr.gc-list-element-divider { margin-right: auto; } +/* facets on left */ +.js-selected { + background-color: #E8EBEE; + border: 1px solid #E8EBEE; + border-radius: 4px; +} + + /* CSS for Floating UI components */ #delete_gc_popover { diff --git a/www/gene_collection_manager.html b/www/gene_collection_manager.html index 4e9efdaa..4019575b 100644 --- a/www/gene_collection_manager.html +++ b/www/gene_collection_manager.html @@ -82,8 +82,8 @@