diff --git a/style.css b/style.css index 95ae1a2fc..bfa89361a 100644 --- a/style.css +++ b/style.css @@ -2436,7 +2436,7 @@ ul { background-color: #000; } -.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered { +.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold { text-transform: lowercase; } diff --git a/styles/_status-label.scss b/styles/_status-label.scss index 30f9d57fc..a88c97f80 100644 --- a/styles/_status-label.scss +++ b/styles/_status-label.scss @@ -77,8 +77,7 @@ &-closed, &-solved, &-new, - &-hold, - &-answered { + &-hold { text-transform: lowercase; // To be consistent with Lotus } }