diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-09-27 16:27:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-27 16:27:19 +0000 |
commit | 4d60ff9e5cb5a35f2676083cffdce80c957fa9ae (patch) | |
tree | 4c4c6e01b47b6eb60e9ea25a7177d33e6efc867b /cds-ui/designer-client/src/styles.css | |
parent | 97403898893c3940898fdeb370c84caf4c589e8f (diff) | |
parent | 89498dccf148d4b1f61eef039afcaaea2c00c6fd (diff) |
Merge "Add Wizard link in Help menu"
Diffstat (limited to 'cds-ui/designer-client/src/styles.css')
-rw-r--r-- | cds-ui/designer-client/src/styles.css | 5 |
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; } |