aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/styles.css
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-09-27 15:30:27 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-09-27 15:30:27 +0200
commit89498dccf148d4b1f61eef039afcaaea2c00c6fd (patch)
treebfd3de7cdcbd6d62085f223c83b5767c62d32f99 /cds-ui/designer-client/src/styles.css
parent2e80cc8a3e97b1e0979511c54aebd86bddfa7f35 (diff)
Add Wizard link in Help menu
Issue-ID: CCSDK-2705 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I9826b3676fff3f558b63e54dd2f3d0d05a5f07c2
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r--cds-ui/designer-client/src/styles.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css
index fb200dead..56ffbdf8b 100644
--- a/cds-ui/designer-client/src/styles.css
+++ b/cds-ui/designer-client/src/styles.css
@@ -974,6 +974,11 @@ height: 40px;
text-indent: unset;
text-align: center;
}
+.helpMenu li:hover,
+.helpMenu li:hover i,
+.helpMenu li:hover p{
+ cursor: pointer;
+}
.helpMenu li:not(:last-child){
margin-bottom: 9px;
}