bootstrapped 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. data/bootstrapped.gemspec +0 -1
  2. data/lib/bootstrapped/version.rb +2 -2
  3. data/vendor/assets/images/glyphicons-halflings-white.png +0 -0
  4. data/vendor/assets/images/glyphicons-halflings.png +0 -0
  5. data/vendor/assets/javascripts/bootstrap-alert.js +1 -1
  6. data/vendor/assets/javascripts/bootstrap-button.js +1 -1
  7. data/vendor/assets/javascripts/bootstrap-carousel.js +1 -1
  8. data/vendor/assets/javascripts/bootstrap-collapse.js +1 -1
  9. data/vendor/assets/javascripts/bootstrap-dropdown.js +1 -1
  10. data/vendor/assets/javascripts/bootstrap-modal.js +1 -1
  11. data/vendor/assets/javascripts/bootstrap-popover.js +1 -1
  12. data/vendor/assets/javascripts/bootstrap-scrollspy.js +2 -2
  13. data/vendor/assets/javascripts/bootstrap-tab.js +1 -1
  14. data/vendor/assets/javascripts/bootstrap-tooltip.js +3 -3
  15. data/vendor/assets/javascripts/bootstrap-transition.js +1 -1
  16. data/vendor/assets/javascripts/bootstrap-typeahead.js +2 -2
  17. data/vendor/assets/stylesheets/twitter/bootstrap/static/bootstrap-responsive.css +10 -3
  18. data/vendor/assets/stylesheets/twitter/bootstrap/static/bootstrap.css +128 -105
  19. data/vendor/less/twitter/bootstrap/less/bootstrap.less +1 -1
  20. data/vendor/less/twitter/bootstrap/less/component-animations.less +3 -3
  21. data/vendor/less/twitter/bootstrap/less/dropdowns.less +3 -3
  22. data/vendor/less/twitter/bootstrap/less/forms.less +91 -92
  23. data/vendor/less/twitter/bootstrap/less/mixins.less +20 -5
  24. data/vendor/less/twitter/bootstrap/less/navbar.less +2 -8
  25. data/vendor/less/twitter/bootstrap/less/reset.less +5 -0
  26. data/vendor/less/twitter/bootstrap/less/responsive-navbar.less +9 -2
  27. data/vendor/less/twitter/bootstrap/less/responsive.less +1 -1
  28. data/vendor/less/twitter/bootstrap/less/tests/css-tests.css +52 -0
  29. data/vendor/less/twitter/bootstrap/less/tests/css-tests.html +917 -0
  30. data/vendor/less/twitter/bootstrap/less/tests/forms.html +179 -0
  31. data/vendor/less/twitter/bootstrap/less/tests/navbar.html +108 -0
  32. data/vendor/less/twitter/bootstrap/less/type.less +1 -4
  33. data/vendor/less/twitter/bootstrap/less/variables.less +2 -1
  34. metadata +24 -31
@@ -25,7 +25,6 @@ Gem::Specification.new do |s|
25
25
  s.add_development_dependency 'cucumber', '~> 1.0.6'
26
26
  s.add_development_dependency "bundler", "~> 1.0.0"
27
27
  s.add_development_dependency "rails", "~> 3.1"
28
- s.add_development_dependency 'sqlite3-ruby', '~> 1.3.1'
29
28
 
30
29
  s.files = `git ls-files`.split("\n")
31
30
  s.executables = `git ls-files`.split("\n").select{|f| f =~ /^bin/}
@@ -1,4 +1,4 @@
1
1
  module Bootstrapped
2
- VERSION = "2.0.3"
3
- BOOTSTRAP_VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
+ BOOTSTRAP_VERSION = "2.0.4"
4
4
  end
@@ -1,5 +1,5 @@
1
1
  /* ==========================================================
2
- * bootstrap-alert.js v2.0.3
2
+ * bootstrap-alert.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#alerts
4
4
  * ==========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ============================================================
2
- * bootstrap-button.js v2.0.3
2
+ * bootstrap-button.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#buttons
4
4
  * ============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ==========================================================
2
- * bootstrap-carousel.js v2.0.3
2
+ * bootstrap-carousel.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#carousel
4
4
  * ==========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-collapse.js v2.0.3
2
+ * bootstrap-collapse.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#collapse
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ============================================================
2
- * bootstrap-dropdown.js v2.0.3
2
+ * bootstrap-dropdown.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#dropdowns
4
4
  * ============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =========================================================
2
- * bootstrap-modal.js v2.0.3
2
+ * bootstrap-modal.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#modals
4
4
  * =========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ===========================================================
2
- * bootstrap-popover.js v2.0.3
2
+ * bootstrap-popover.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#popovers
4
4
  * ===========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-scrollspy.js v2.0.3
2
+ * bootstrap-scrollspy.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#scrollspy
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -35,7 +35,7 @@
35
35
  this.selector = (this.options.target
36
36
  || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
37
37
  || '') + ' .nav li > a'
38
- this.$body = $('body').on('click.scroll.data-api', this.selector, process)
38
+ this.$body = $('body')
39
39
  this.refresh()
40
40
  this.process()
41
41
  }
@@ -1,5 +1,5 @@
1
1
  /* ========================================================
2
- * bootstrap-tab.js v2.0.3
2
+ * bootstrap-tab.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#tabs
4
4
  * ========================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* ===========================================================
2
- * bootstrap-tooltip.js v2.0.3
2
+ * bootstrap-tooltip.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#tooltips
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ===========================================================
@@ -84,9 +84,9 @@
84
84
  , leave: function (e) {
85
85
  var self = $(e.currentTarget)[this.type](this._options).data(this.type)
86
86
 
87
+ if (this.timeout) clearTimeout(this.timeout)
87
88
  if (!self.options.delay || !self.options.delay.hide) return self.hide()
88
89
 
89
- clearTimeout(this.timeout)
90
90
  self.hoverState = 'out'
91
91
  this.timeout = setTimeout(function() {
92
92
  if (self.hoverState == 'out') self.hide()
@@ -272,4 +272,4 @@
272
272
  , delay: 0
273
273
  }
274
274
 
275
- }(window.jQuery);
275
+ }(window.jQuery);
@@ -1,5 +1,5 @@
1
1
  /* ===================================================
2
- * bootstrap-transition.js v2.0.3
2
+ * bootstrap-transition.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#transitions
4
4
  * ===================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -1,5 +1,5 @@
1
1
  /* =============================================================
2
- * bootstrap-typeahead.js v2.0.3
2
+ * bootstrap-typeahead.js v2.0.4
3
3
  * http://twitter.github.com/bootstrap/javascript.html#typeahead
4
4
  * =============================================================
5
5
  * Copyright 2012 Twitter, Inc.
@@ -56,7 +56,7 @@
56
56
  }
57
57
 
58
58
  , show: function () {
59
- var pos = $.extend({}, this.$element.position(), {
59
+ var pos = $.extend({}, this.$element.offset(), {
60
60
  height: this.$element[0].offsetHeight
61
61
  })
62
62
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap Responsive v2.0.3
2
+ * Bootstrap Responsive v2.0.4
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -683,11 +683,18 @@
683
683
  body {
684
684
  padding-top: 0;
685
685
  }
686
- .navbar-fixed-top {
686
+ .navbar-fixed-top,
687
+ .navbar-fixed-bottom {
687
688
  position: static;
689
+ }
690
+ .navbar-fixed-top {
688
691
  margin-bottom: 18px;
689
692
  }
690
- .navbar-fixed-top .navbar-inner {
693
+ .navbar-fixed-bottom {
694
+ margin-top: 18px;
695
+ }
696
+ .navbar-fixed-top .navbar-inner,
697
+ .navbar-fixed-bottom .navbar-inner {
691
698
  padding: 5px;
692
699
  }
693
700
  .navbar .container {
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Bootstrap v2.0.3
2
+ * Bootstrap v2.0.4
3
3
  *
4
4
  * Copyright 2012 Twitter, Inc
5
5
  * Licensed under the Apache License v2.0
@@ -73,6 +73,10 @@ img {
73
73
  -ms-interpolation-mode: bicubic;
74
74
  }
75
75
 
76
+ #map_canvas img {
77
+ max-width: none;
78
+ }
79
+
76
80
  button,
77
81
  input,
78
82
  select,
@@ -418,9 +422,6 @@ a:hover {
418
422
 
419
423
  p {
420
424
  margin: 0 0 9px;
421
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
422
- font-size: 13px;
423
- line-height: 18px;
424
425
  }
425
426
 
426
427
  p small {
@@ -603,7 +604,7 @@ em {
603
604
 
604
605
  abbr[title] {
605
606
  cursor: help;
606
- border-bottom: 1px dotted #ddd;
607
+ border-bottom: 1px dotted #999999;
607
608
  }
608
609
 
609
610
  abbr.initialism {
@@ -740,7 +741,7 @@ legend {
740
741
  line-height: 36px;
741
742
  color: #333333;
742
743
  border: 0;
743
- border-bottom: 1px solid #eee;
744
+ border-bottom: 1px solid #e5e5e5;
744
745
  }
745
746
 
746
747
  legend small {
@@ -768,79 +769,119 @@ textarea {
768
769
  label {
769
770
  display: block;
770
771
  margin-bottom: 5px;
771
- color: #333333;
772
772
  }
773
773
 
774
- input,
775
- textarea,
776
774
  select,
775
+ textarea,
776
+ input[type="text"],
777
+ input[type="password"],
778
+ input[type="datetime"],
779
+ input[type="datetime-local"],
780
+ input[type="date"],
781
+ input[type="month"],
782
+ input[type="time"],
783
+ input[type="week"],
784
+ input[type="number"],
785
+ input[type="email"],
786
+ input[type="url"],
787
+ input[type="search"],
788
+ input[type="tel"],
789
+ input[type="color"],
777
790
  .uneditable-input {
778
791
  display: inline-block;
779
- width: 210px;
780
792
  height: 18px;
781
793
  padding: 4px;
782
794
  margin-bottom: 9px;
783
795
  font-size: 13px;
784
796
  line-height: 18px;
785
797
  color: #555555;
798
+ }
799
+
800
+ input,
801
+ textarea {
802
+ width: 210px;
803
+ }
804
+
805
+ textarea {
806
+ height: auto;
807
+ }
808
+
809
+ textarea,
810
+ input[type="text"],
811
+ input[type="password"],
812
+ input[type="datetime"],
813
+ input[type="datetime-local"],
814
+ input[type="date"],
815
+ input[type="month"],
816
+ input[type="time"],
817
+ input[type="week"],
818
+ input[type="number"],
819
+ input[type="email"],
820
+ input[type="url"],
821
+ input[type="search"],
822
+ input[type="tel"],
823
+ input[type="color"],
824
+ .uneditable-input {
786
825
  background-color: #ffffff;
787
826
  border: 1px solid #cccccc;
788
827
  -webkit-border-radius: 3px;
789
828
  -moz-border-radius: 3px;
790
829
  border-radius: 3px;
830
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
831
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
832
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
833
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
834
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
835
+ -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
836
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
837
+ transition: border linear 0.2s, box-shadow linear 0.2s;
791
838
  }
792
839
 
793
- .uneditable-textarea {
794
- width: auto;
795
- height: auto;
796
- }
840
+ textarea:focus,
841
+ input[type="text"]:focus,
842
+ input[type="password"]:focus,
843
+ input[type="datetime"]:focus,
844
+ input[type="datetime-local"]:focus,
845
+ input[type="date"]:focus,
846
+ input[type="month"]:focus,
847
+ input[type="time"]:focus,
848
+ input[type="week"]:focus,
849
+ input[type="number"]:focus,
850
+ input[type="email"]:focus,
851
+ input[type="url"]:focus,
852
+ input[type="search"]:focus,
853
+ input[type="tel"]:focus,
854
+ input[type="color"]:focus,
855
+ .uneditable-input:focus {
856
+ border-color: rgba(82, 168, 236, 0.8);
857
+ outline: 0;
858
+ outline: thin dotted \9;
859
+ /* IE6-9 */
797
860
 
798
- label input,
799
- label textarea,
800
- label select {
801
- display: block;
861
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
862
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
863
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
802
864
  }
803
865
 
804
- input[type="image"],
805
- input[type="checkbox"],
806
- input[type="radio"] {
807
- width: auto;
808
- height: auto;
809
- padding: 0;
866
+ input[type="radio"],
867
+ input[type="checkbox"] {
810
868
  margin: 3px 0;
811
869
  *margin-top: 0;
812
870
  /* IE7 */
813
871
 
814
872
  line-height: normal;
815
873
  cursor: pointer;
816
- background-color: transparent;
817
- border: 0 \9;
818
- /* IE9 and down */
819
-
820
- -webkit-border-radius: 0;
821
- -moz-border-radius: 0;
822
- border-radius: 0;
823
- }
824
-
825
- input[type="image"] {
826
- border: 0;
827
874
  }
828
875
 
829
- input[type="file"] {
876
+ input[type="submit"],
877
+ input[type="reset"],
878
+ input[type="button"],
879
+ input[type="radio"],
880
+ input[type="checkbox"] {
830
881
  width: auto;
831
- padding: initial;
832
- line-height: initial;
833
- background-color: #ffffff;
834
- background-color: initial;
835
- border: initial;
836
- -webkit-box-shadow: none;
837
- -moz-box-shadow: none;
838
- box-shadow: none;
839
882
  }
840
883
 
841
- input[type="button"],
842
- input[type="reset"],
843
- input[type="submit"] {
884
+ .uneditable-textarea {
844
885
  width: auto;
845
886
  height: auto;
846
887
  }
@@ -856,13 +897,9 @@ input[type="file"] {
856
897
  line-height: 28px;
857
898
  }
858
899
 
859
- input[type="file"] {
860
- line-height: 18px \9;
861
- }
862
-
863
900
  select {
864
901
  width: 220px;
865
- background-color: #ffffff;
902
+ border: 1px solid #bbb;
866
903
  }
867
904
 
868
905
  select[multiple],
@@ -870,18 +907,13 @@ select[size] {
870
907
  height: auto;
871
908
  }
872
909
 
873
- input[type="image"] {
874
- -webkit-box-shadow: none;
875
- -moz-box-shadow: none;
876
- box-shadow: none;
877
- }
878
-
879
- textarea {
880
- height: auto;
881
- }
882
-
883
- input[type="hidden"] {
884
- display: none;
910
+ select:focus,
911
+ input[type="file"]:focus,
912
+ input[type="radio"]:focus,
913
+ input[type="checkbox"]:focus {
914
+ outline: thin dotted #333;
915
+ outline: 5px auto -webkit-focus-ring-color;
916
+ outline-offset: -2px;
885
917
  }
886
918
 
887
919
  .radio,
@@ -914,42 +946,6 @@ input[type="hidden"] {
914
946
  margin-left: 10px;
915
947
  }
916
948
 
917
- input,
918
- textarea {
919
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
920
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
921
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
922
- -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
923
- -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
924
- -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
925
- -o-transition: border linear 0.2s, box-shadow linear 0.2s;
926
- transition: border linear 0.2s, box-shadow linear 0.2s;
927
- }
928
-
929
- input:focus,
930
- textarea:focus {
931
- border-color: rgba(82, 168, 236, 0.8);
932
- outline: 0;
933
- outline: thin dotted \9;
934
- /* IE6-9 */
935
-
936
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
937
- -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
938
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
939
- }
940
-
941
- input[type="file"]:focus,
942
- input[type="radio"]:focus,
943
- input[type="checkbox"]:focus,
944
- select:focus {
945
- outline: thin dotted #333;
946
- outline: 5px auto -webkit-focus-ring-color;
947
- outline-offset: -2px;
948
- -webkit-box-shadow: none;
949
- -moz-box-shadow: none;
950
- box-shadow: none;
951
- }
952
-
953
949
  .input-mini {
954
950
  width: 60px;
955
951
  }
@@ -986,6 +982,15 @@ textarea[class*="span"],
986
982
  margin-left: 0;
987
983
  }
988
984
 
985
+ .input-append input[class*="span"],
986
+ .input-append .uneditable-input[class*="span"],
987
+ .input-prepend input[class*="span"],
988
+ .input-prepend .uneditable-input[class*="span"],
989
+ .row-fluid .input-prepend [class*="span"],
990
+ .row-fluid .input-append [class*="span"] {
991
+ display: inline-block;
992
+ }
993
+
989
994
  input,
990
995
  textarea,
991
996
  .uneditable-input {
@@ -1088,6 +1093,8 @@ input[type="checkbox"][readonly] {
1088
1093
  color: #c09853;
1089
1094
  }
1090
1095
 
1096
+ .control-group.warning .checkbox,
1097
+ .control-group.warning .radio,
1091
1098
  .control-group.warning input,
1092
1099
  .control-group.warning select,
1093
1100
  .control-group.warning textarea {
@@ -1095,6 +1102,8 @@ input[type="checkbox"][readonly] {
1095
1102
  border-color: #c09853;
1096
1103
  }
1097
1104
 
1105
+ .control-group.warning .checkbox:focus,
1106
+ .control-group.warning .radio:focus,
1098
1107
  .control-group.warning input:focus,
1099
1108
  .control-group.warning select:focus,
1100
1109
  .control-group.warning textarea:focus {
@@ -1117,6 +1126,8 @@ input[type="checkbox"][readonly] {
1117
1126
  color: #b94a48;
1118
1127
  }
1119
1128
 
1129
+ .control-group.error .checkbox,
1130
+ .control-group.error .radio,
1120
1131
  .control-group.error input,
1121
1132
  .control-group.error select,
1122
1133
  .control-group.error textarea {
@@ -1124,6 +1135,8 @@ input[type="checkbox"][readonly] {
1124
1135
  border-color: #b94a48;
1125
1136
  }
1126
1137
 
1138
+ .control-group.error .checkbox:focus,
1139
+ .control-group.error .radio:focus,
1127
1140
  .control-group.error input:focus,
1128
1141
  .control-group.error select:focus,
1129
1142
  .control-group.error textarea:focus {
@@ -1146,6 +1159,8 @@ input[type="checkbox"][readonly] {
1146
1159
  color: #468847;
1147
1160
  }
1148
1161
 
1162
+ .control-group.success .checkbox,
1163
+ .control-group.success .radio,
1149
1164
  .control-group.success input,
1150
1165
  .control-group.success select,
1151
1166
  .control-group.success textarea {
@@ -1153,6 +1168,8 @@ input[type="checkbox"][readonly] {
1153
1168
  border-color: #468847;
1154
1169
  }
1155
1170
 
1171
+ .control-group.success .checkbox:focus,
1172
+ .control-group.success .radio:focus,
1156
1173
  .control-group.success input:focus,
1157
1174
  .control-group.success select:focus,
1158
1175
  .control-group.success textarea:focus {
@@ -1190,7 +1207,7 @@ select:focus:required:invalid:focus {
1190
1207
  margin-top: 18px;
1191
1208
  margin-bottom: 18px;
1192
1209
  background-color: #f5f5f5;
1193
- border-top: 1px solid #ddd;
1210
+ border-top: 1px solid #e5e5e5;
1194
1211
  *zoom: 1;
1195
1212
  }
1196
1213
 
@@ -1219,6 +1236,10 @@ select:focus:required:invalid:focus {
1219
1236
  color: #999999;
1220
1237
  }
1221
1238
 
1239
+ :-ms-input-placeholder {
1240
+ color: #999999;
1241
+ }
1242
+
1222
1243
  ::-webkit-input-placeholder {
1223
1244
  color: #999999;
1224
1245
  }
@@ -2433,11 +2454,11 @@ table .span24 {
2433
2454
  *z-index: 1000;
2434
2455
  }
2435
2456
 
2436
- .open .dropdown-menu {
2457
+ .open > .dropdown-menu {
2437
2458
  display: block;
2438
2459
  }
2439
2460
 
2440
- .pull-right .dropdown-menu {
2461
+ .pull-right > .dropdown-menu {
2441
2462
  right: 0;
2442
2463
  left: auto;
2443
2464
  }
@@ -2499,7 +2520,6 @@ table .span24 {
2499
2520
 
2500
2521
  .fade {
2501
2522
  opacity: 0;
2502
- filter: alpha(opacity=0);
2503
2523
  -webkit-transition: opacity 0.15s linear;
2504
2524
  -moz-transition: opacity 0.15s linear;
2505
2525
  -ms-transition: opacity 0.15s linear;
@@ -2509,7 +2529,6 @@ table .span24 {
2509
2529
 
2510
2530
  .fade.in {
2511
2531
  opacity: 1;
2512
- filter: alpha(opacity=100);
2513
2532
  }
2514
2533
 
2515
2534
  .collapse {
@@ -3701,6 +3720,10 @@ input[type="submit"].btn.btn-mini {
3701
3720
  color: #cccccc;
3702
3721
  }
3703
3722
 
3723
+ .navbar-search .search-query:-ms-input-placeholder {
3724
+ color: #cccccc;
3725
+ }
3726
+
3704
3727
  .navbar-search .search-query::-webkit-input-placeholder {
3705
3728
  color: #cccccc;
3706
3729
  }