mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
add fontello and change staff icon from tower to crown
This commit is contained in:
parent
cd7f87bbfe
commit
c66d786f3e
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue