[status/tab] make carot match the background

This commit is contained in:
spalger 2015-08-26 14:57:55 -07:00
parent d467ac951b
commit f1c794c13d

View file

@ -9,7 +9,8 @@ require('ui/chrome')
.setTabs([
{
id: '',
title: 'Server Status'
title: 'Server Status',
activeIndicatorColor: '#EFF0F2'
}
])
.setRootTemplate(require('plugins/statusPage/statusPage.html'))