change color for sidebar
This commit is contained in:
parent
992c98d003
commit
7827d33f5a
4 changed files with 19 additions and 22 deletions
|
|
@ -124,7 +124,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
var old = document.getElementById('menu-' + self.tab);
|
||||
if (old) {
|
||||
old.className = '';
|
||||
old.style.borderTopColor = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -133,7 +132,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
var newe = document.getElementById('menu-' + tab);
|
||||
if (newe) {
|
||||
newe.className = 'active';
|
||||
newe.style.borderTopColor = self.backgroundColor;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue