From 10c8bf7f42049ddc0bed560e9cd9dc06edf3d851 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Wed, 14 Jun 2017 07:47:01 +0530 Subject: [PATCH] Capilizing notification title --- .../app/units/cdmf.unit.ui.theme/public/css/custom-common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css index af4b8cf6ad..957b72af1f 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-common.css @@ -289,4 +289,8 @@ ul#noty_topRight_layout_container li{ .list-group-item.active > .list-group > .list-group-item > a:focus, .list-group-item.active > .list-group > .list-group-item > a:hover{ color : whitesmoke; +} + +a.new-notification { + text-transform: capitalize; } \ No newline at end of file