diff --git a/src/main/less/petclinic.less b/src/main/less/petclinic.less index 7c88ec091..90e98fd7c 100644 --- a/src/main/less/petclinic.less +++ b/src/main/less/petclinic.less @@ -177,6 +177,17 @@ table td.action-column { margin-bottom: 0; } +.label-warning { + text-color: orange; +} + +.label-danger { + text-color: red; +} + +.label-success { + text-color: green; +} .deployment-status-deployed { .label-success; }