diff --git a/openstack_dashboard/static/dashboard/less/horizon.less b/openstack_dashboard/static/dashboard/less/horizon.less index 3a97df0f30..23db109c55 100644 --- a/openstack_dashboard/static/dashboard/less/horizon.less +++ b/openstack_dashboard/static/dashboard/less/horizon.less @@ -2105,7 +2105,7 @@ div.network { /**** Resource Topology CSS ****/ .link {stroke: #000;stroke-width: 1.5px;} .node {cursor:pointer;} -.node text {font: 12px sans-serif;} +.node .text {font: 12px sans-serif;} #resource_container {position:relative;} #stack_box {position:absolute;width:300px;top:10px;left:10px;} @@ -2119,4 +2119,4 @@ div.network { #info_box h3 {font-size:9pt;line-height:20px;} #info_box p {margin:0;font-size:9pt;line-height:14px;} #info_box a {margin:0;font-size:9pt;line-height:14px;} -#info_box .error {color:darkred;} \ No newline at end of file +#info_box .error {color:darkred;}