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 +2 -0
- data/docs/all.html +7 -1
- data/docs/arrows.html +2 -0
- data/docs/bubbles.html +2 -0
- data/docs/build/md/changelog.md +4 -0
- data/docs/build/md/intro.md +1 -1
- data/docs/buttons.html +2 -0
- data/docs/changelog.html +6 -0
- data/docs/components.html +2 -0
- data/docs/css/style.css +5 -5
- data/docs/despegar.html +2 -0
- data/docs/index.html +3 -1
- data/docs/inputs.html +2 -0
- data/docs/intro.html +3 -1
- data/docs/list-grids.html +2 -0
- data/docs/mejoras.html +2 -0
- data/docs/navs.html +2 -0
- data/docs/pagination.html +2 -0
- data/docs/popups.html +2 -0
- data/docs/todo.html +2 -0
- data/docs/utils.html +2 -0
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/components/buttons/_3d.scss +1 -1
- metadata +3 -3
data/docs/accordions.html
CHANGED
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 'picasso'
|
|
190
192
|
require 'magick'
|
|
191
|
-
gem 'picasso', '~> 0.2.
|
|
193
|
+
gem 'picasso', '~> 0.2.3'</code></pre>
|
|
192
194
|
<p>Modificar el número de versión a medida que se quiere usar nuevas versiones del framework.
|
|
193
195
|
|
|
194
196
|
</p>
|
|
@@ -216,6 +218,10 @@ gem 'picasso', '~> 0.2.2'</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
data/docs/bubbles.html
CHANGED
data/docs/build/md/changelog.md
CHANGED
data/docs/build/md/intro.md
CHANGED
data/docs/buttons.html
CHANGED
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
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
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 'picasso'
|
|
191
193
|
require 'magick'
|
|
192
|
-
gem 'picasso', '~> 0.2.
|
|
194
|
+
gem 'picasso', '~> 0.2.3'</code></pre>
|
|
193
195
|
<p>Modificar el número de versión a medida que se quiere usar nuevas versiones del framework.
|
|
194
196
|
|
|
195
197
|
</p>
|
data/docs/inputs.html
CHANGED
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 'picasso'
|
|
191
193
|
require 'magick'
|
|
192
|
-
gem 'picasso', '~> 0.2.
|
|
194
|
+
gem 'picasso', '~> 0.2.3'</code></pre>
|
|
193
195
|
<p>Modificar el número de versión a medida que se quiere usar nuevas versiones del framework.
|
|
194
196
|
|
|
195
197
|
</p>
|
data/docs/list-grids.html
CHANGED
data/docs/mejoras.html
CHANGED
data/docs/navs.html
CHANGED
data/docs/pagination.html
CHANGED
data/docs/popups.html
CHANGED
data/docs/todo.html
CHANGED
data/docs/utils.html
CHANGED
data/lib/picasso/version.rb
CHANGED
|
@@ -174,7 +174,7 @@ $button-3d-default-disabled-color : #FFF !default;
|
|
|
174
174
|
|
|
175
175
|
&.#{$button-3d-default-disabled-class} {
|
|
176
176
|
|
|
177
|
-
|
|
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
|
-
-
|
|
9
|
-
version: 0.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.
|
|
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"
|