Skip to content

Commit 497ec7b

Browse files
committed
Added themeBlockLight class to the no matches found filter message to be consistent with the other pages.
1 parent 3079738 commit 497ec7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ <h2>Graphics</h2>
400400
filterContainer: document.getElementById('filterContainer'), // where we want the filter input box creating
401401
filterClass: 'labBorder', // creates the focus outline on-hover
402402
filterLabel: 'You can filter the items: ',
403-
noMatchesClass: 'contentBlock'
403+
noMatchesClass: 'contentBlock themeBlockLight'
404404
})
405405

406406
// Check if we have any filter terms in the querystring

0 commit comments

Comments
 (0)