uniformjs-rails 1.5.0.1 → 1.5.0.2

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.
@@ -1,5 +1,5 @@
1
1
  module Uniformjs
2
2
  module Rails
3
- VERSION = '1.5.0.1'
3
+ VERSION = '1.5.0.2'
4
4
  end
5
5
  end
@@ -23,7 +23,7 @@ div.uploader,
23
23
  div.uploader span.action,
24
24
  div.button,
25
25
  div.button span {
26
- background-image: url(../images/sprite.png);
26
+ background-image: image-url('sprite.png');
27
27
  background-repeat: no-repeat;
28
28
  -webkit-font-smoothing: antialiased;
29
29
  }
@@ -53,8 +53,8 @@ textarea.uniform {
53
53
  font-weight: normal;
54
54
  padding: 3px;
55
55
  color: #777;
56
- background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
57
- background: url('../images/bg-input.png') repeat-x 0px 0px;
56
+ background: image-url('bg-input-focus.png') repeat-x 0px 0px;
57
+ background: image-url('bg-input.png') repeat-x 0px 0px;
58
58
  border-top: solid 1px #aaa;
59
59
  border-left: solid 1px #aaa;
60
60
  border-bottom: solid 1px #ccc;
@@ -73,7 +73,7 @@ textarea.uniform:focus {
73
73
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
74
74
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
75
75
  border-color: #999;
76
- background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
76
+ background: image-url('bg-input-focus.png') repeat-x 0px 0px;
77
77
  }
78
78
 
79
79
  /* SPRITES */
@@ -525,7 +525,7 @@ div.selector span {
525
525
  div.selector select {
526
526
  position: absolute;
527
527
  opacity: 0;
528
- filter: alpha(opacity:0);
528
+ /*filter: alpha(opacity:0);*/
529
529
  height: 25px;
530
530
  border: none;
531
531
  background: none;
@@ -545,7 +545,7 @@ div.checker span {
545
545
 
546
546
  div.checker input {
547
547
  opacity: 0;
548
- filter: alpha(opacity:0);
548
+ /*filter: alpha(opacity:0);*/
549
549
  display: inline-block;
550
550
  background: none;
551
551
  }
@@ -564,7 +564,7 @@ div.radio span {
564
564
 
565
565
  div.radio input {
566
566
  opacity: 0;
567
- filter: alpha(opacity:0);
567
+ /*filter: alpha(opacity:0);*/
568
568
  text-align: center;
569
569
  display: inline-block;
570
570
  background: none;
@@ -598,7 +598,7 @@ div.uploader span.filename {
598
598
 
599
599
  div.uploader input {
600
600
  opacity: 0;
601
- filter: alpha(opacity:0);
601
+ /*filter: alpha(opacity:0);*/
602
602
  position: absolute;
603
603
  top: 0;
604
604
  right: 0;
@@ -607,4 +607,4 @@ div.uploader input {
607
607
  height: 25px;
608
608
  border: none;
609
609
  cursor: default;
610
- }
610
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uniformjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0.1
4
+ version: 1.5.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -41,7 +41,7 @@ files:
41
41
  - vendor/assets/images/bg-input.png
42
42
  - vendor/assets/images/sprite.png
43
43
  - vendor/assets/javascripts/jquery.uniform.js
44
- - vendor/assets/stylesheets/uniform.default.css
44
+ - vendor/assets/stylesheets/uniform.default.css.scss
45
45
  - LICENSE
46
46
  - README.md
47
47
  homepage: https://github.com/m1k3/uniformjs-rails