summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnjali Walsatwar <anjali.walsatwar@huawei.com>2018-04-12 17:16:33 +0530
committerAnjali Walsatwar <anjali.walsatwar@huawei.com>2018-04-12 17:16:33 +0530
commite345052ecaecde4835b9694251fbdb2110941d90 (patch)
treebeab28ae1c78c5f2ec502848e03ecd7251287055
parenteb8b032fe087706baa10683c663b05666778d7d4 (diff)
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 <anjali.walsatwar@huawei.com>
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/app/modules/home/serviceUpload/onboarding/onboardingSuccess.html2
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/common/css/home.css11
2 files changed, 7 insertions, 6 deletions
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 @@
</button>
</div>
<div>
- <a class="backLink" ng-click="vm.return()">{{'common.actions.backToList' | translate}}</a>
+ <a class="vnflink" ng-click="vm.return()">{{'common.actions.backToList' | translate}}</a>
</div>
</div>
</div> \ 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 {