diff options
Diffstat (limited to 'ecomp-portal-FE-common')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/dashboard/dashboard.less | 3 | ||||
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html | 6 |
2 files changed, 4 insertions, 5 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; diff --git a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html index 9a87c0ba..d71b8f79 100644 --- a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html +++ b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard.tpl.html @@ -128,11 +128,7 @@ ng-mousedown="showImpResOption=!showImpResOption" ng-mouseleave="showImpResOption=false" title="Settings" ddh-accessibility-click="13,32" tabindex="0"><span - style="color: #888;"><img - ng-src="assets/images/generic.png" - style="margin-bottom: 3px; margin-left: 3px;" alt="..." - aria-label="Tap or Click to move" - src="assets/images/generic.png"></span></a> + class="icon-controls-moreapplications"></span></a> <ul class="optionsMenu" style="display: block" |