summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-05-15 00:47:24 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-15 00:47:24 +0000
commit3de5e12f3dbf3e2c5daf2ecba8cdaa23a374e91e (patch)
tree7caea0cd1165d7fff3cc80542428dd99ae288e37 /usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
parent7e55bc1f50d6fdfca754c04513405b5103c26bf6 (diff)
parentcd934c497a6bf26992bcb42e27a179479001658b (diff)
Merge "Fix instance instantiation for CCVPN"
Diffstat (limited to 'usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less')
-rw-r--r--usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less12
1 files changed, 7 insertions, 5 deletions
diff --git a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
index 1900f7d2..22c12fb7 100644
--- a/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
+++ b/usecaseui-portal/src/app/components/e2e-creation/e2e-creation.component.less
@@ -52,21 +52,23 @@ hr {
background:linear-gradient(90deg, rgb(103, 207, 246) 0%, rgb(69, 175, 255) 100%) !important;
border: none;
}
- .back {
+ .back,.back:hover{
position: absolute;
top: 10px;
right: 20px;
display: inline-block;
width: 35px;
height: 35px;
- background:#ffffff!important;
+ background:url("../../../assets/images/Return-icon.png") no-repeat!important;
+ background-size: 100%!important;
border-radius:4px;
color: #D7D7D7;
+ cursor: pointer;
+ /*border: 1px solid #ffffff;*/
}
.back:hover{
- background:#ffffff;
- color: #3F9CFF;
- border:1px solid #3F9CFF;
+ background: url("../../../assets/images/Return-icon-active.png")!important;
+ background-size: 100%!important;
}
.top-title h3.title {
height: 35px;