/* This file contains proprietary software owned by Motorola Mobility, Inc.
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
*/ .bindingHud { position: absolute; background: rgba(0, 0, 0, 0.8); padding: 0px; color: #FFF; font-size: 11px; box-shadow: 2px 2px 3px black; border-radius: 3px; padding: 3px; padding-top:0px; border:1px solid #000; text-shadow: 1px 1px 0px #000; } .bindingHud .bindingTitle { font-weight:bold; background: url('/images/panels/horizontal-resize.png') no-repeat; padding-left: 10px; line-height: 20px; background-position: left center; padding-top: 2px; } .bindingHud .hudRepetition { background: rgba(0, 0, 0, 0.3); line-height:16px; box-shadow: inset 0px 0px 4px #333, 1px 1px 0px #3A3A3A; min-width: 80px; } .bindingHud .hudOption { position:relative; border-bottom:1px solid #505050; line-height:16px; padding:1px 9px; } .hudOption.bound, .bindingHud .hudOption.bound .connectorBubble, .bindingHud .hudOption:hover, .bindingHud .hudOption .connectorBubble { background: #5e9eff; display:block; } .bindingHud .hudOption:last-child { border-bottom: 0px; } .bindingHud .hudOption .connectorBubble { position: absolute; right: -10px; top: 1px; background: rgba(0, 0, 0, 0.3); border-radius: 50%; width: 16px; height: 16px; border-left: 0px; display: none; /*border-bottom-right-radius: 50%; border-top-right-radius: 50%;*/ }