Button clean-up all Edit/View buttons now match and have a black on grey color

This commit is contained in:
chouseknecht
2013-07-17 17:23:35 -04:00
parent 49fd23d84d
commit e3893f1524
14 changed files with 11 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ angular.module('GroupListDefinition', [])
label: 'Edit',
ngClick: "editGroup(\{\{ group.id \}\})",
icon: 'icon-edit',
"class": 'btn-small btn-success',
"class": 'btn-small',
awToolTip: 'View/Edit group'
},