fanforce-plugin-factory 0.26.2 → 0.26.3
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTA0N2RlODZhOTY2ZTNhNTAxZWUxNmNhY2IxYTIzMmU1N2ZkZjk4MA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjhkZWNjZjY3NzYyOGE3NGIxYmI2OWEzODI0ODY3MzFmOThkMjRkZg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWI5ZDhjYzY0YTljMDFmZTlhYzM1NmQ5MjE2NDQxM2ViZGRlNDlmMjM5YzEx
|
|
10
|
+
NDcxMjUxNzk3MjFiZDNkNDhhYjY4NWY2MWQxZjcwZTdmYmI0ZTY2YjI3OGYy
|
|
11
|
+
YWZmZGUxN2IyZTQ5YTkzYjUxMzE3M2MxZDdhNWZhYjg3ZTliNjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MTJkNmRiMzI0ODU5ZDU2OWQ1Yjc1M2I2ZjE3MWYyN2UzZmMyZTM0YWY5N2Ew
|
|
14
|
+
MGM5NTUyMGM1MzRjMzllMDNkYTJkNmIxZTAyZmI5NWRiZDQxYTg3ZDU3ODhh
|
|
15
|
+
YTAwNzE5NWM1ZTIyM2Q4YTNjOGE1OWYwZGY2YmVlYWFlMTAwMmY=
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
@import 'compass/css3';
|
|
2
|
-
@import 'common/mixins';
|
|
3
|
-
|
|
4
1
|
body {
|
|
5
2
|
.select2-container .select2-choice { font-size: 11px; height: 22px; line-height:22px; background: linear-gradient(to bottom, #FFFFFF 20%, #F6F6F6 50%, #EEEEEE 52%, #F4F4F4 100%); border: 1px solid #AAAAAA; @include box-shadow(0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1));
|
|
6
3
|
&.select2-dropdown-open { background: linear-gradient(to bottom, #EEEEEE 20%, #FFFFFF 80%); }
|