jquery-colorpicker-rails 1.0.4.0 → 1.0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8756c9c0a2d1bd770f6639fec81c6c7678b0cf65
|
4
|
+
data.tar.gz: eeef3e2157eba4258b4e6ffcc200d8085772895b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09071ec9f2c824b2e7a849dacdf226a2c0f321f45feaca26632592c6ccf0cf001b21c5d4840764acad2c2d096afdb7368011f19179d4b31ed7deeb3c627e616e
|
7
|
+
data.tar.gz: 44221bfc46c062c57627e877c28d930ef0bf7f99083c54ba16faadaffcc47b5ae8bf90218ea29ef091226c1ce15b62735f80ffb355398917416afab963b2a3fc
|
@@ -90,18 +90,18 @@
|
|
90
90
|
|
91
91
|
.ui-colorpicker-map-layer-1,
|
92
92
|
.ui-colorpicker-map-layer-2 {
|
93
|
-
background:
|
93
|
+
background: url("/assets/map.png") no-repeat;
|
94
94
|
}
|
95
95
|
|
96
96
|
.ui-colorpicker-map-layer-alpha {
|
97
|
-
background:
|
97
|
+
background: url("/assets/map-opacity.png");
|
98
98
|
}
|
99
99
|
|
100
100
|
.ui-colorpicker-map-pointer {
|
101
101
|
display: inline-block;
|
102
102
|
width: 15px;
|
103
103
|
height: 15px;
|
104
|
-
background:
|
104
|
+
background: url("/assets/map-pointer.png") no-repeat;
|
105
105
|
}
|
106
106
|
|
107
107
|
/* Bar */
|
@@ -118,22 +118,22 @@
|
|
118
118
|
.ui-colorpicker-bar-layer-2,
|
119
119
|
.ui-colorpicker-bar-layer-3,
|
120
120
|
.ui-colorpicker-bar-layer-4 {
|
121
|
-
background:
|
121
|
+
background: url("/assets/bar.png") repeat-x;
|
122
122
|
}
|
123
123
|
|
124
124
|
.ui-colorpicker-bar-layer-alpha {
|
125
|
-
background:
|
125
|
+
background: url("/assets/bar-opacity.png");
|
126
126
|
}
|
127
127
|
|
128
128
|
.ui-colorpicker-bar-layer-alphabar {
|
129
|
-
background:
|
129
|
+
background: url("/assets/bar-alpha.png");
|
130
130
|
}
|
131
131
|
|
132
132
|
.ui-colorpicker-bar-pointer {
|
133
133
|
display: inline-block;
|
134
134
|
width: 20px;
|
135
135
|
height: 7px;
|
136
|
-
background:
|
136
|
+
background: url("/assets/bar-pointer.png") no-repeat;
|
137
137
|
}
|
138
138
|
|
139
139
|
/* Preview */
|
@@ -157,7 +157,7 @@
|
|
157
157
|
width: 50px;
|
158
158
|
height: 20px;
|
159
159
|
display: inline-block;
|
160
|
-
background:
|
160
|
+
background: url("/assets/preview-opacity.png") repeat;
|
161
161
|
}
|
162
162
|
|
163
163
|
/* Inputs */
|