picasso 0.4.0 → 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.
- data/README.md +9 -5
- data/docs/_picasso.html +1 -6
- data/docs/css/picasso-demos.css +1 -6
- data/docs/index.html +11 -11
- data/docs/picasso-_components.html +1 -6
- data/docs/picasso-_despegar.html +1 -6
- data/docs/picasso-_utils.html +1 -6
- data/docs/picasso-components-_accordions.html +1 -6
- data/docs/picasso-components-_arrows.html +1 -6
- data/docs/picasso-components-_bubbles.html +1 -6
- data/docs/picasso-components-_buttons.html +1 -6
- data/docs/picasso-components-_clusters.html +1 -6
- data/docs/picasso-components-_inputs.html +1 -6
- data/docs/picasso-components-_list-grids.html +1 -6
- data/docs/picasso-components-_navs.html +1 -6
- data/docs/picasso-components-_pagination.html +1 -6
- data/docs/picasso-components-_popups.html +1 -6
- data/docs/picasso-components-_tooltips.html +1 -6
- data/docs/picasso-components-buttons-_3d.html +1 -12
- data/docs/picasso-components-buttons-_glossy.html +1 -6
- data/docs/picasso-components-buttons-_mini.html +1 -6
- data/docs/picasso-despegar-_mixins.html +1 -6
- data/docs/picasso-despegar-_variables.html +4 -9
- data/docs/picasso-utils-_clearfix.html +1 -6
- data/docs/picasso-utils-_grid.html +1 -6
- data/docs/picasso-utils-_ie.html +1 -6
- data/docs/picasso-utils-_rem.html +1 -6
- data/docs/picasso-utils-_sprite.html +1 -6
- data/lib/picasso/version.rb +1 -1
- data/stylesheets/picasso/components/buttons/_3d.scss +0 -6
- data/stylesheets/picasso/despegar/_variables.scss +2 -2
- metadata +4 -4
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
|
@@ -2786,7 +2781,7 @@ body {
|
|
|
2786
2781
|
<p class="despegar-error-bg-demo">#FFE6E6 Color Titulos - Aliquam tincidunt mauris eu risus.</p>
|
|
2787
2782
|
<p class="despegar-error-border-demo">#E20A16 Color borde mensajes de error - Aliquam tincidunt mauris eu risus.</p>
|
|
2788
2783
|
<p class="despegar-warning-bg-demo">#FFFFE1 Background mensajes - Aliquam tincidunt mauris eu risus.</p>
|
|
2789
|
-
<p class="despegar-warning-border-demo">#
|
|
2784
|
+
<p class="despegar-warning-border-demo">#FF9900 Color borde mensajes - Aliquam tincidunt mauris eu risus.</p></div><pre><code> <p class="despegar-searchbox-bg-demo">#FFFF33 Background Buscador - Aliquam tincidunt mauris eu risus.</p>
|
|
2790
2785
|
<p class="despegar-title-color-demo">#013D93 Color Titulos - Aliquam tincidunt mauris eu risus.</p>
|
|
2791
2786
|
<p class="despegar-titlealt-color-demo">#F90 Color Titulos alternativos - Aliquam tincidunt mauris eu risus.</p>
|
|
2792
2787
|
<p class="despegar-titlelighten-color-demo">#B4CBFC Color Titulos con colores mas suaves - Aliquam tincidunt mauris eu risus.</p>
|
|
@@ -2795,7 +2790,7 @@ body {
|
|
|
2795
2790
|
<p class="despegar-error-bg-demo">#FFE6E6 Color Titulos - Aliquam tincidunt mauris eu risus.</p>
|
|
2796
2791
|
<p class="despegar-error-border-demo">#E20A16 Color borde mensajes de error - Aliquam tincidunt mauris eu risus.</p>
|
|
2797
2792
|
<p class="despegar-warning-bg-demo">#FFFFE1 Background mensajes - Aliquam tincidunt mauris eu risus.</p>
|
|
2798
|
-
<p class="despegar-warning-border-demo">#
|
|
2793
|
+
<p class="despegar-warning-border-demo">#FF9900 Color borde mensajes - Aliquam tincidunt mauris eu risus.</p></code></pre>
|
|
2799
2794
|
</div><div class="code"><pre><code> // Variables de la marca Despegar
|
|
2800
2795
|
// Formato de variables:
|
|
2801
2796
|
// * Atajos: ${marca}-{atajo}. Ejemplo: $despegar-black;
|
|
@@ -2869,6 +2864,6 @@ $despegar-error-border : $despegar-red;
|
|
|
2869
2864
|
$despegar-warning-bg : #FFFFE1;
|
|
2870
2865
|
|
|
2871
2866
|
// Warning: borde
|
|
2872
|
-
$despegar-warning-border : #
|
|
2867
|
+
$despegar-warning-border : #FF9900;</code></pre></div></article></section></section><div class="bar bottom"><div class="settings container"><button title="Desktop (1280)" data-width='1280' class="desktop ir">Desktop</button><button title="Laptop (1024)" data-width='1024' class="laptop ir">Laptop</button><button title="Tablet (768)" data-width='768' class="tablet ir">Tablet</button><button title="Smart phone (320)" data-width='320' class="smartphone ir">Smart phone</button><button title="Feature phone (240)" data-width='240' class="featurephone ir">Feature phone</button><button title="Auto (100%)" data-width="100%" class="auto is-active">Auto</button></div></div><!--[if !IE]><!-->
|
|
2873
2868
|
<script src="docs.js"></script><!--<![endif]-->
|
|
2874
2869
|
</body></html><!-- Generated with StyleDocco (http://jacobrask.github.com/styledocco). -->
|
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
data/docs/picasso-utils-_ie.html
CHANGED
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|
|
@@ -593,7 +593,6 @@ body {
|
|
|
593
593
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
594
594
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
595
595
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
596
|
-
-webkit-border-radius: 0.4em;
|
|
597
596
|
}
|
|
598
597
|
.button-3d-demo-1.disabled {
|
|
599
598
|
border: 1px solid #755354;
|
|
@@ -696,7 +695,6 @@ body {
|
|
|
696
695
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
697
696
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
698
697
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
699
|
-
-webkit-border-radius: 0.4em;
|
|
700
698
|
}
|
|
701
699
|
.button-3d-demo-2.disabled {
|
|
702
700
|
border: 1px solid #755354;
|
|
@@ -799,7 +797,6 @@ body {
|
|
|
799
797
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
800
798
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
801
799
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
802
|
-
-webkit-border-radius: 0.4em;
|
|
803
800
|
}
|
|
804
801
|
.button-3d-demo-3.disabled {
|
|
805
802
|
border: 1px solid #755354;
|
|
@@ -902,7 +899,6 @@ body {
|
|
|
902
899
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
903
900
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
904
901
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
905
|
-
-webkit-border-radius: 0.4em;
|
|
906
902
|
}
|
|
907
903
|
.button-3d-demo-4.disabled {
|
|
908
904
|
border: 1px solid #755354;
|
|
@@ -1005,7 +1001,6 @@ body {
|
|
|
1005
1001
|
-webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1006
1002
|
-moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1007
1003
|
box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.1), inset 0 0.1em 0.2em rgba(0, 0, 0, 0.5), inset 0 0.1em 0 rgba(0, 0, 0, 0.1), inset 0 0 1em rgba(0, 0, 0, 0.75);
|
|
1008
|
-
-webkit-border-radius: 1.1em;
|
|
1009
1004
|
}
|
|
1010
1005
|
.button-3d-demo-5.disabled {
|
|
1011
1006
|
border: 1px solid #755354;
|
|
@@ -2626,7 +2621,7 @@ body {
|
|
|
2626
2621
|
|
|
2627
2622
|
.despegar-warning-border-demo {
|
|
2628
2623
|
padding: 10px;
|
|
2629
|
-
background: #
|
|
2624
|
+
background: #ff9900;
|
|
2630
2625
|
}
|
|
2631
2626
|
|
|
2632
2627
|
.clusters-demo-1 .cluster {
|