From 77da5f9769488f2bc49a95914e085db1a1e01981 Mon Sep 17 00:00:00 2001 From: Neela Shah Date: Wed, 7 Oct 2015 15:00:08 -0500 Subject: [PATCH] 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 --- .../static/dashboard/scss/components/_network_topology.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss b/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss index dcd7c4426f..96c1f2007e 100644 --- a/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss +++ b/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss @@ -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;