search results and layer names

This commit is contained in:
Nick Doiron
2016-10-02 19:45:45 -04:00
parent 35976a1fb6
commit c22867c279
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -378,7 +378,8 @@ export function uiBackground(context) {
/* background switcher */
var backgroundList = content.append('ul')
.attr('class', 'layer-list');
.attr('class', 'layer-list')
.attr('dir', 'auto');
var custom = backgroundList.append('li')
.attr('class', 'custom_layer')