Changes cursor to hand/grab in network topology.

The network topology view can get rather large and off screen.
When it gets off screen, there is no scroll bars but instead you
can grab the topology and move it around like a map. This ability
is not very clear/intuitive with the default/arrow cursor. This
patch changes the cursor in the topology view to a hand grab cursor
to make this ability more obvious and intuitive.

Closes-Bug: #1503028

Change-Id: I4cc50b4881642e57605fea86a522cd88f1cb7d48
This commit is contained in:
Neela Shah 2015-10-07 15:00:08 -05:00
parent cf70aebeed
commit 77da5f9769
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
padding-left: 50px;
background: #ffffff;
min-height: 400px;
cursor: grab;
cursor: -webkit-grab;
div.nodata {
font-size: 150%;
text-align: center;