aboutsummaryrefslogtreecommitdiff
path: root/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css
blob: e177963f9b44dd2d609146019f613478be7f7547 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */

.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%;*/


}