aboutsummaryrefslogtreecommitdiff
path: root/js/components/gradientpicker.reel/css/gradientpicker.css
blob: b285c6a2f496dd14391ff56e50d673ba8b08bc3b (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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
@charset "UTF-8";
/* <copyright>
Copyright (c) 2012, Motorola Mobility, Inc
All Rights Reserved.
BSD License.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

  - Redistributions of source code must retain the above copyright notice,
    this list of conditions and the following disclaimer.
  - Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
  - Neither the name of Motorola Mobility nor the names of its contributors
    may be used to endorse or promote products derived from this software
    without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
</copyright> */
/* line 9, gradientpicker.scss */
input[type=radio], .gradientpicker .type .radio {
  width: 10px;
  height: 10px;
  margin: 2px;
  display: block;
  float: left;
  border-radius: 5px;
  border: 1px solid #222;
  background: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
}

/* line 21, gradientpicker.scss */
input[type=radio]:checked, .radio:checked, .gradientpicker .type .radio:checked {
  border: 1px solid #000;
  background: -webkit-radial-gradient(center, circle cover, white 0%, white 15%, #cccccc 30%, rgba(204, 204, 204, 0.01) 31%), -webkit-linear-gradient(top, #666666 0%, #333333 100%);
}

/* line 41, gradientpicker.scss */
.gradientpicker .type label {
  display: block;
  float: left;
  margin: 0px 0px 0px 1px;
}

/* line 48, gradientpicker.scss */
.gradientpicker .type :nth-child(3) {
  margin-left: 10px;
}

/* line 55, gradientpicker.scss */
.gradientpicker .type, .gradientpicker .cp_gp_slider {
  overflow: visible;
}

/* line 60, gradientpicker.scss */
.gradientpicker .cp_gp_slider {
  float: left;
  clear: both;
}

/* line 66, gradientpicker.scss */
.gradientpicker .cp_gp_slider .track_container {
  width: 187px;
  height: 20px;
  margin: 6px 0px 0px 6px;
  border: 1px solid #333;
  background: url(../../../../images/colorpanel/transparent.png) repeat;
  float: left;
  clear: both;
}

/* line 77, gradientpicker.scss */
.gradientpicker .cp_gp_slider .track {
  width: 187px;
  height: 20px;
  cursor: crosshair;
}

/* line 84, gradientpicker.scss */
.gradientpicker .cp_gp_slider .cover {
  overflow: hidden;
  width: 202px;
  height: 22px;
  float: left;
  position: absolute;
  bottom: 12px;
  z-index: 20;
  display: none;
}

/* line 96, gradientpicker.scss */
.gradientpicker .cp_gp_slider .chips {
  overflow: hidden;
  width: 202px;
  height: 22px;
  float: left;
  clear: both;
  position: relative;
  z-index: 1;
}

/* line 107, gradientpicker.scss */
.gradientpicker .cp_gp_slider .chips div {
  width: 14px;
  position: absolute;
  top: 3px;
  cursor: pointer;
}

/* line 115, gradientpicker.scss */
.gradientpicker .cp_gp_slider .chips span {
  display: block;
  width: 8px;
  height: 8px;
  background: #333;
  margin: 0px 0px -4px 3px;
  -webkit-transform: rotate(45deg);
  float: left;
  position: relative;
  cursor: pointer;
}

/* line 128, gradientpicker.scss */
.gradientpicker .cp_gp_slider .chips button {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  padding: 0;
  margin: 0;
  background: #FFF;
  float: left;
  position: relative;
  cursor: pointer;
}

/* line 142, gradientpicker.scss */
.gradientpicker .cp_gp_slider .chips div div {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  top: 0px;
  position: relative;
  cursor: pointer;
  background: url(../../../../images/colorpanel/transparent.png) repeat;
}