diff options
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less index ac2a3cba..8d8f39fe 100644 --- a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less +++ b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less @@ -478,7 +478,10 @@ On click the images will be displayed at normal size to complete the effect -webkit-transition: background-color 0.3s ease-out; -moz-transition: background-color 0.3s ease-out; transition: background-color 0.3s ease-out; + span{ + color: #888; } + } .widgetHeaderBtnPosition { width: 30px; |