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 {
|
|
@@ -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 {
|
|
@@ -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 {
|
|
@@ -2935,12 +2930,6 @@ $button-3d-default-disabled-color : #FFF !default;
|
|
|
2935
2930
|
inset 0 0.1em 0 rgba(0, 0, 0, 0.1),
|
|
2936
2931
|
inset 0 0 1em rgba(0, 0, 0, 0.75)
|
|
2937
2932
|
);
|
|
2938
|
-
//Fix bug http://code.google.com/p/chromium/issues/detail?id=29427
|
|
2939
|
-
@if $full-rounded == true {
|
|
2940
|
-
-webkit-border-radius: 1.1em;
|
|
2941
|
-
} @else {
|
|
2942
|
-
-webkit-border-radius: 0.4em;
|
|
2943
|
-
}
|
|
2944
2933
|
}
|
|
2945
2934
|
|
|
2946
2935
|
}
|