From a088392b2fe9fcfe69de024752294c7f04fbebc0 Mon Sep 17 00:00:00 2001 From: Megala Date: Wed, 26 Oct 2016 11:58:23 +0530 Subject: [PATCH] Adding css for required fields --- .../units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 5 +++++ 1 file changed, 5 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-desktop.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-desktop.css index 988de88222..34872f31a2 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-desktop.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-desktop.css @@ -6506,3 +6506,8 @@ select > option:hover { .label-bold{ font-weight:400; } + +/* Adding style for required fields */ +.required:before { + content: "*"; +} \ No newline at end of file