picasso 0.2.2 → 0.2.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.
data/docs/accordions.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/all.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
@@ -188,7 +190,7 @@
188
190
  </p>
189
191
  <pre><code class="lang-bash">require &#39;picasso&#39;
190
192
  require &#39;magick&#39;
191
- gem &#39;picasso&#39;, &#39;~&gt; 0.2.2&#39;</code></pre>
193
+ gem &#39;picasso&#39;, &#39;~&gt; 0.2.3&#39;</code></pre>
192
194
  <p>Modificar el n&uacute;mero de versi&oacute;n a medida que se quiere usar nuevas versiones del framework.
193
195
 
194
196
  </p>
@@ -216,6 +218,10 @@ gem &#39;picasso&#39;, &#39;~&gt; 0.2.2&#39;</code></pre>
216
218
  $ (sudo) apt-get install ruby-oily-png</code></pre>
217
219
 
218
220
  <a name="changelog"></a><h1>Changelog</h1>
221
+ <a name="023"></a><h2>0.2.3</h2>
222
+ <ul>
223
+ <li>Fix estado estado <code>disabled</code> para IE;</li>
224
+ </ul>
219
225
  <a name="022"></a><h2>0.2.2</h2>
220
226
  <ul>
221
227
  <li>Se agrega estado <code>disabled</code> para los botones 3D;</li>
data/docs/arrows.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/bubbles.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.3
4
+
5
+ * Fix estado estado `disabled` para IE;
6
+
3
7
  ## 0.2.2
4
8
 
5
9
  * Se agrega estado `disabled` para los botones 3D;
@@ -19,7 +19,7 @@ En el `config.rb` agregar:
19
19
  ```bash
20
20
  require 'picasso'
21
21
  require 'magick'
22
- gem 'picasso', '~> 0.2.2'
22
+ gem 'picasso', '~> 0.2.3'
23
23
  ```
24
24
 
25
25
  Modificar el n&uacute;mero de versi&oacute;n a medida que se quiere usar nuevas versiones del framework.
data/docs/buttons.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/changelog.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
@@ -170,6 +172,10 @@
170
172
 
171
173
  <article>
172
174
  <a name="changelog"></a><h1>Changelog</h1>
175
+ <a name="023"></a><h2>0.2.3</h2>
176
+ <ul>
177
+ <li>Fix estado estado <code>disabled</code> para IE;</li>
178
+ </ul>
173
179
  <a name="022"></a><h2>0.2.2</h2>
174
180
  <ul>
175
181
  <li>Se agrega estado <code>disabled</code> para los botones 3D;</li>
data/docs/components.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/css/style.css CHANGED
@@ -587,7 +587,7 @@
587
587
  *zoom: 1;
588
588
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00F73741', endColorstr='#FF8F060D');
589
589
  }
590
- .ie7 .button-3d-demo-1.disabled, .ie7 .button-3d-demo-1.disabled:hover, .ie7 .button-3d-demo-1.disabled:active, .ie8 .button-3d-demo-1.disabled, .ie8 .button-3d-demo-1.disabled:hover, .ie8 .button-3d-demo-1.disabled:active, .ie9 .button-3d-demo-1.disabled, .ie9 .button-3d-demo-1.disabled:hover, .ie9 .button-3d-demo-1.disabled:active {
590
+ .ie7 .button-3d-demo-1.disabled span, .ie7 .button-3d-demo-1.disabled span:hover, .ie7 .button-3d-demo-1.disabled span:active, .ie8 .button-3d-demo-1.disabled span, .ie8 .button-3d-demo-1.disabled span:hover, .ie8 .button-3d-demo-1.disabled span:active, .ie9 .button-3d-demo-1.disabled span, .ie9 .button-3d-demo-1.disabled span:hover, .ie9 .button-3d-demo-1.disabled span:active {
591
591
  *zoom: 1;
592
592
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
593
593
  }
@@ -689,7 +689,7 @@
689
689
  *zoom: 1;
690
690
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#000088CC', endColorstr='#FF002233');
691
691
  }
692
- .ie7 .button-3d-demo-2.disabled, .ie7 .button-3d-demo-2.disabled:hover, .ie7 .button-3d-demo-2.disabled:active, .ie8 .button-3d-demo-2.disabled, .ie8 .button-3d-demo-2.disabled:hover, .ie8 .button-3d-demo-2.disabled:active, .ie9 .button-3d-demo-2.disabled, .ie9 .button-3d-demo-2.disabled:hover, .ie9 .button-3d-demo-2.disabled:active {
692
+ .ie7 .button-3d-demo-2.disabled span, .ie7 .button-3d-demo-2.disabled span:hover, .ie7 .button-3d-demo-2.disabled span:active, .ie8 .button-3d-demo-2.disabled span, .ie8 .button-3d-demo-2.disabled span:hover, .ie8 .button-3d-demo-2.disabled span:active, .ie9 .button-3d-demo-2.disabled span, .ie9 .button-3d-demo-2.disabled span:hover, .ie9 .button-3d-demo-2.disabled span:active {
693
693
  *zoom: 1;
694
694
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
695
695
  }
@@ -791,7 +791,7 @@
791
791
  *zoom: 1;
792
792
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FBB450', endColorstr='#FFAE6704');
793
793
  }
794
- .ie7 .button-3d-demo-3.disabled, .ie7 .button-3d-demo-3.disabled:hover, .ie7 .button-3d-demo-3.disabled:active, .ie8 .button-3d-demo-3.disabled, .ie8 .button-3d-demo-3.disabled:hover, .ie8 .button-3d-demo-3.disabled:active, .ie9 .button-3d-demo-3.disabled, .ie9 .button-3d-demo-3.disabled:hover, .ie9 .button-3d-demo-3.disabled:active {
794
+ .ie7 .button-3d-demo-3.disabled span, .ie7 .button-3d-demo-3.disabled span:hover, .ie7 .button-3d-demo-3.disabled span:active, .ie8 .button-3d-demo-3.disabled span, .ie8 .button-3d-demo-3.disabled span:hover, .ie8 .button-3d-demo-3.disabled span:active, .ie9 .button-3d-demo-3.disabled span, .ie9 .button-3d-demo-3.disabled span:hover, .ie9 .button-3d-demo-3.disabled span:active {
795
795
  *zoom: 1;
796
796
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
797
797
  }
@@ -893,7 +893,7 @@
893
893
  *zoom: 1;
894
894
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00013D93', endColorstr='#FF000000');
895
895
  }
896
- .ie7 .button-3d-demo-4.disabled, .ie7 .button-3d-demo-4.disabled:hover, .ie7 .button-3d-demo-4.disabled:active, .ie8 .button-3d-demo-4.disabled, .ie8 .button-3d-demo-4.disabled:hover, .ie8 .button-3d-demo-4.disabled:active, .ie9 .button-3d-demo-4.disabled, .ie9 .button-3d-demo-4.disabled:hover, .ie9 .button-3d-demo-4.disabled:active {
896
+ .ie7 .button-3d-demo-4.disabled span, .ie7 .button-3d-demo-4.disabled span:hover, .ie7 .button-3d-demo-4.disabled span:active, .ie8 .button-3d-demo-4.disabled span, .ie8 .button-3d-demo-4.disabled span:hover, .ie8 .button-3d-demo-4.disabled span:active, .ie9 .button-3d-demo-4.disabled span, .ie9 .button-3d-demo-4.disabled span:hover, .ie9 .button-3d-demo-4.disabled span:active {
897
897
  *zoom: 1;
898
898
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
899
899
  }
@@ -995,7 +995,7 @@
995
995
  *zoom: 1;
996
996
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00EEEEEE', endColorstr='#FFA2A2A2');
997
997
  }
998
- .ie7 .button-3d-demo-5.disabled, .ie7 .button-3d-demo-5.disabled:hover, .ie7 .button-3d-demo-5.disabled:active, .ie8 .button-3d-demo-5.disabled, .ie8 .button-3d-demo-5.disabled:hover, .ie8 .button-3d-demo-5.disabled:active, .ie9 .button-3d-demo-5.disabled, .ie9 .button-3d-demo-5.disabled:hover, .ie9 .button-3d-demo-5.disabled:active {
998
+ .ie7 .button-3d-demo-5.disabled span, .ie7 .button-3d-demo-5.disabled span:hover, .ie7 .button-3d-demo-5.disabled span:active, .ie8 .button-3d-demo-5.disabled span, .ie8 .button-3d-demo-5.disabled span:hover, .ie8 .button-3d-demo-5.disabled span:active, .ie9 .button-3d-demo-5.disabled span, .ie9 .button-3d-demo-5.disabled span:hover, .ie9 .button-3d-demo-5.disabled span:active {
999
999
  *zoom: 1;
1000
1000
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF979797', endColorstr='#FF4B4B4B');
1001
1001
  }
data/docs/despegar.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/index.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
@@ -189,7 +191,7 @@
189
191
  </p>
190
192
  <pre><code class="lang-bash">require &#39;picasso&#39;
191
193
  require &#39;magick&#39;
192
- gem &#39;picasso&#39;, &#39;~&gt; 0.2.2&#39;</code></pre>
194
+ gem &#39;picasso&#39;, &#39;~&gt; 0.2.3&#39;</code></pre>
193
195
  <p>Modificar el n&uacute;mero de versi&oacute;n a medida que se quiere usar nuevas versiones del framework.
194
196
 
195
197
  </p>
data/docs/inputs.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/intro.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
@@ -189,7 +191,7 @@
189
191
  </p>
190
192
  <pre><code class="lang-bash">require &#39;picasso&#39;
191
193
  require &#39;magick&#39;
192
- gem &#39;picasso&#39;, &#39;~&gt; 0.2.2&#39;</code></pre>
194
+ gem &#39;picasso&#39;, &#39;~&gt; 0.2.3&#39;</code></pre>
193
195
  <p>Modificar el n&uacute;mero de versi&oacute;n a medida que se quiere usar nuevas versiones del framework.
194
196
 
195
197
  </p>
data/docs/list-grids.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/mejoras.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/navs.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/pagination.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/popups.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/todo.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
data/docs/utils.html CHANGED
@@ -55,6 +55,8 @@
55
55
 
56
56
  <ol>
57
57
 
58
+ <li><a href="./changelog.html#023">0.2.3</a></li>
59
+
58
60
  <li><a href="./changelog.html#022">0.2.2</a></li>
59
61
 
60
62
  <li><a href="./changelog.html#021">0.2.1</a></li>
@@ -1,3 +1,3 @@
1
1
  module Picasso
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -174,7 +174,7 @@ $button-3d-default-disabled-color : #FFF !default;
174
174
 
175
175
  &.#{$button-3d-default-disabled-class} {
176
176
 
177
- &, &:hover, &:active{
177
+ span, span:hover, span:active{
178
178
  @include filter-gradient($button-3d-default-disabled-background-top, $button-3d-default-disabled-background-bottom);
179
179
  }
180
180
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 3
9
+ version: 0.2.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Leandro D'Onofrio
@@ -142,7 +142,7 @@ licenses: []
142
142
  post_install_message: "\n\n\
143
143
  ##################################################\n\
144
144
  ## Picasso - Sass/Compass Framework\n\n\
145
- ## Versi\xC3\xB3n: 0.2.2\n\
145
+ ## Versi\xC3\xB3n: 0.2.3\n\
146
146
  ## Documentaci\xC3\xB3n: http://dl.dropbox.com/u/54126/picasso/docs/all.html\n\
147
147
  ## CHANGELOG: http://dl.dropbox.com/u/54126/picasso/docs/changelog.html#changelog\n\
148
148
  ##################################################\n\n"