diff --git a/app/scripts/store/dimStoreHeading.directive.js b/app/scripts/store/dimStoreHeading.directive.js
index eb934d2f05..72c80c48b2 100644
--- a/app/scripts/store/dimStoreHeading.directive.js
+++ b/app/scripts/store/dimStoreHeading.directive.js
@@ -35,13 +35,13 @@
'
',
'
',
'
',
+ '
',
' ',
'
',
+ ' ',
' ',
'
',
+ ' ',
''
].join('')
};
diff --git a/app/styles/main.css b/app/styles/main.css
index 4a54c0a9b9..823462b9fa 100644
--- a/app/styles/main.css
+++ b/app/styles/main.css
@@ -826,6 +826,10 @@ img.void {
.character .stats .stat .bar .progress {
height: 100%;
background-color: white;
+ /*transition: all .250s ease-out;*/
+}
+.character .stats .stat .bar .progress.complete {
+ background-color: #FB9F28;
}
.character .stats .stat img {
height: 16px;
@@ -1917,5 +1921,3 @@ button.toast-close-button {
color: #FFFFFF;
text-shadow: 1px 1px #000;
}
-
-