add fontello and change staff icon from tower to crown
This commit is contained in:
@@ -67,7 +67,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
||||
if(level==8)
|
||||
style += ' glyphicon glyphicon-star'; // moderator
|
||||
if(level==9)
|
||||
style += ' glyphicon glyphicon-tower'; // staff
|
||||
style += ' glyphicon icon-crown'; // staff
|
||||
return style;
|
||||
}
|
||||
|
||||
|
||||
@@ -70,7 +70,8 @@
|
||||
"app.css",
|
||||
"bower_components/pnotify/jquery.pnotify.default.css",
|
||||
"bower_components/pnotify/jquery.pnotify.default.icons.css",
|
||||
"bower_components/habitrpg-shared/dist/habitrpg-shared.css"
|
||||
"bower_components/habitrpg-shared/dist/habitrpg-shared.css",
|
||||
"fontello/css/fontelico.css"
|
||||
]
|
||||
},
|
||||
"static": {
|
||||
|
||||
Reference in New Issue
Block a user