From e345052ecaecde4835b9694251fbdb2110941d90 Mon Sep 17 00:00:00 2001 From: Anjali Walsatwar Date: Thu, 12 Apr 2018 17:16:33 +0530 Subject: link style is not proper in upload validation page link style is not proper in upload validation page Issue-ID: VNFSDK-249 Change-Id: Ibd5e44d55e1cae8cf09469f9145cbcf4446cd1f9 Signed-off-by: Anjali Walsatwar --- .../home/serviceUpload/onboarding/onboardingSuccess.html | 2 +- vnfmarket/src/main/webapp/vnfmarket/common/css/home.css | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'vnfmarket/src/main/webapp') diff --git a/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/serviceUpload/onboarding/onboardingSuccess.html b/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/serviceUpload/onboarding/onboardingSuccess.html index 0769f5b9..92fc87ee 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/serviceUpload/onboarding/onboardingSuccess.html +++ b/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/serviceUpload/onboarding/onboardingSuccess.html @@ -15,7 +15,7 @@
- {{'common.actions.backToList' | translate}} + {{'common.actions.backToList' | translate}}
\ No newline at end of file diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css index bb6338bb..69e662c7 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css +++ b/vnfmarket/src/main/webapp/vnfmarket/common/css/home.css @@ -912,12 +912,13 @@ table tr { .content .imageContainer img { height: 100%; } -.content .backLink { - text-decoration: underline; - /*color: #9d9d9d;*/ +.content .vnfLink { + color: #007bff !important; } -.content .backLink:hover { - color: #333; + +.content .vnfLink:hover { + text-decoration: underline !important; + cursor: pointer; } textarea { -- cgit 1.2.3-korg