aboutsummaryrefslogtreecommitdiff
path: root/js/stage/binding-view.reel/binding-hud.reel/binding-hud.css
blob: f15f1e50461f47072bbae3c2e5d115b44fdbbd1b (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
67
68
69
70
71
/* <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.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%;*/


}