diff --git a/public/css/avatar.styl b/public/css/avatar.styl index 10432e1c77..13a45d6d71 100644 --- a/public/css/avatar.styl +++ b/public/css/avatar.styl @@ -39,6 +39,7 @@ future re: pets and whatnot, this is just temporary. left: 2px opacity: 0 // Hide username by default transition: opacity 0.2s ease-out + opacity: 1 // TST XXX ALYS - make it easy to see name colour in party // Show username if not using mount or background &.isUser.noBackgroundImage:not(.hasMount) diff --git a/public/css/game-pane.styl b/public/css/game-pane.styl index 0c3f8ff9e6..d5c927e2ac 100644 --- a/public/css/game-pane.styl +++ b/public/css/game-pane.styl @@ -130,8 +130,7 @@ hrpg-contributor-label-mixin($hrpg-contributor-color) .label-contributor-7 hrpg-contributor-label-mixin($color-contributor-seven) .label-contributor-8 - hrpg-contributor-label-mixin($color-contributor-staff) - // FOR NEW MOD LEVEL: line above will change from -staff to -mod + hrpg-contributor-label-mixin($color-contributor-mod) .label-contributor-9 hrpg-contributor-label-mixin($color-contributor-staff) .label-npc diff --git a/views/options/social/tavern.jade b/views/options/social/tavern.jade index 5133c18389..92e25913f9 100644 --- a/views/options/social/tavern.jade +++ b/views/options/social/tavern.jade @@ -123,11 +123,9 @@ !=env.t('legSeventh') tr td - a.label.label-contributor-7(ng-click='toggleUserTier($event)')=env.t('moderator') + ' (' + env.t('guardian') + ')' - // FOR NEW MOD LEVEL: line above will change from -7 to -8 + a.label.label-contributor-8(ng-click='toggleUserTier($event)')=env.t('moderator') + ' (' + env.t('guardian') + ')' div p=env.t('guardianText') - // FOR NEW MOD LEVEL: edit guardianText to remove this: "Not all Tier 7 contributors are moderators. All current moderators are listed below the Tavern chat box." tr td a.label.label-contributor-9(ng-click='toggleUserTier($event)')=env.t('staff') + ' (' + env.t('heroic') + ')'