/* 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.85); /*padding: 0px;*/ color: #C4C4C4; font-size: 11px; box-shadow: inset 0px 0px 0px 0px #CCC; border-radius: 6px; padding: 3px 3px 8px; 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; color: #EBE6E6; } .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 20px 1px 10px; } .bindingHud .hudOption .connectorBubble:hover { box-shadow: inset 0px 0px 6px #5e9eff; cursor: pointer; } .bindingHud .hudOption.bound .connectorBubble { background: -webkit-linear-gradient(top, #d0e4f7 0%,#73b1e7 24%,#0a77d5 50%,#539fe1 79%,#87bcea 100%); } .bindingHud .hudOption:last-child { border-bottom: 0px; } .bindingHud .hudOption .connectorBubble { position: absolute; right: 3px; top: 3px; border-radius: 50%; width: 12px; height: 12px; border-left: 0px; display: block; box-shadow: inset 0px 0px 0px 4px rgba(170, 170, 170, 0.34);/*inset 0px 0px 6px #AAA;*/ /*border-bottom-right-radius: 50%; border-top-right-radius: 50%;*/ } .scrollArea { background-color:#666; height:12px; text-align: center; display: none; } .scrollArea.disabled { opacity: 0.5; } .hudRepetition { max-height:54px; overflow: hidden; }