From 73d4a213c6cb08d0b00a8730e5bfca78533d60c4 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Tue, 4 Jul 2017 17:13:52 +0530 Subject: [PATCH] fix for issue [#1112] --- .../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 016acfbfd9..d4d33dad3d 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 @@ -807,6 +807,11 @@ header .dropdown[aria-expanded=true], header .dropdown:hover { background: #072038; } +header .fw-user:before{ + color: #333 !important; +} + + @media only screen and (max-width: 768px) { header .brand img.logo { margin-top: 15px;