Skip to content

Commit

Permalink
fixes bleeding gradient in IE, closes thomaspark#169
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Oct 31, 2013
1 parent 48c6412 commit 737b196
Show file tree
Hide file tree
Showing 15 changed files with 62 additions and 9 deletions.
7 changes: 7 additions & 0 deletions cerulean/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7489,6 +7489,7 @@ td.visible-print {
background-repeat: no-repeat;
border-bottom: 1px solid #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
filter: none;
}

.btn-default:hover {
Expand All @@ -7507,6 +7508,7 @@ td.visible-print {
background-repeat: no-repeat;
border-bottom: 1px solid #e6e6e6;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
filter: none;
}

.btn-primary {
Expand All @@ -7517,6 +7519,7 @@ td.visible-print {
background-repeat: no-repeat;
border-bottom: 1px solid #178acc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
filter: none;
}

.btn-success {
Expand All @@ -7527,6 +7530,7 @@ td.visible-print {
background-repeat: no-repeat;
border-bottom: 1px solid #59822c;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff88c149', endColorstr='#ff699934', GradientType=0);
filter: none;
}

.btn-info {
Expand All @@ -7537,6 +7541,7 @@ td.visible-print {
background-repeat: no-repeat;
border-bottom: 1px solid #022241;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff02325f', GradientType=0);
filter: none;
}

.btn-warning {
Expand All @@ -7547,6 +7552,7 @@ td.visible-print {
background-repeat: no-repeat;
border-bottom: 1px solid #aa4200;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6707', endColorstr='#ffc94e00', GradientType=0);
filter: none;
}

.btn-danger {
Expand All @@ -7557,6 +7563,7 @@ td.visible-print {
background-repeat: no-repeat;
border-bottom: 1px solid #9a161a;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe12b31', endColorstr='#ffb5191f', GradientType=0);
filter: none;
}

.pagination .active > a,
Expand Down
2 changes: 1 addition & 1 deletion cerulean/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions cerulean/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

.btn-shadow(@color) {
#gradient > .vertical-three-colors(lighten(@color, 8%), @color, 60%, darken(@color, 4%));
filter: none;
border-bottom: 1px solid darken(@color, 10%);
}

Expand Down
6 changes: 6 additions & 0 deletions readable/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7468,6 +7468,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #1a1a1a;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d4d', endColorstr='#ff292929', GradientType=0);
filter: none;
}

.btn-primary,
Expand All @@ -7479,6 +7480,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #3071a9;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6aa3d5', endColorstr='#ff3681c1', GradientType=0);
filter: none;
}

.btn-success,
Expand All @@ -7490,6 +7492,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #449d44;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff80c780', endColorstr='#ff4eb24e', GradientType=0);
filter: none;
}

.btn-info,
Expand All @@ -7501,6 +7504,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #31b0d5;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85d0e7', endColorstr='#ff4ab9db', GradientType=0);
filter: none;
}

.btn-warning,
Expand All @@ -7512,6 +7516,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #ec971f;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4c37d', endColorstr='#ffeea43b', GradientType=0);
filter: none;
}

.btn-danger,
Expand All @@ -7523,6 +7528,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #c9302c;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27c79', endColorstr='#ffd5433e', GradientType=0);
filter: none;
}

.pagination .active > a,
Expand Down
2 changes: 1 addition & 1 deletion readable/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions readable/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.btn-shadow(@color) {
#gradient > .vertical-three-colors(lighten(@color, 10%), @color, 6%, darken(@color, 4%));
filter: none;
border: 1px solid darken(@color, 10%);
}

Expand Down
6 changes: 6 additions & 0 deletions simplex/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7473,6 +7473,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #2e2f2f;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d7070', endColorstr='#ff3d3f3f', GradientType=0);
filter: none;
}

.btn-primary,
Expand All @@ -7484,6 +7485,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #a91b0c;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff25443', endColorstr='#ffc6200e', GradientType=0);
filter: none;
}

.btn-success,
Expand All @@ -7495,6 +7497,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #286100;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5de100', endColorstr='#ff358000', GradientType=0);
filter: none;
}

.btn-info,
Expand All @@ -7506,6 +7509,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #02749c;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff21c4fd', endColorstr='#ff028bbb', GradientType=0);
filter: none;
}

.btn-warning,
Expand All @@ -7517,6 +7521,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #79377c;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd72c0', endColorstr='#ff8d4191', GradientType=0);
filter: none;
}

.btn-danger,
Expand All @@ -7528,6 +7533,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #ac6819;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8a75d', endColorstr='#ffc7781c', GradientType=0);
filter: none;
}

.has-warning .help-block,
Expand Down
2 changes: 1 addition & 1 deletion simplex/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions simplex/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

.btn-shadow(@color) {
#gradient > .vertical-three-colors(lighten(@color, 15%), @color, 6%, darken(@color, 4%));
filter: none;
border: 1px solid darken(@color, 10%);
}

Expand Down
26 changes: 26 additions & 0 deletions slate/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7479,6 +7479,7 @@ td.visible-print {
background-repeat: no-repeat;
border-left-color: transparent;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}

.navbar .nav .open > a {
Expand Down Expand Up @@ -7507,6 +7508,7 @@ td.visible-print {
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.btn-primary {
Expand All @@ -7516,6 +7518,7 @@ td.visible-print {
background-image: linear-gradient(#8a9196, #7a8288 60%, #70787d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a9196', endColorstr='#ff70787d', GradientType=0);
filter: none;
}

.btn-success {
Expand All @@ -7525,6 +7528,7 @@ td.visible-print {
background-image: linear-gradient(#78cc78, #62c462 60%, #53be53);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff78cc78', endColorstr='#ff53be53', GradientType=0);
filter: none;
}

.btn-info {
Expand All @@ -7534,6 +7538,7 @@ td.visible-print {
background-image: linear-gradient(#74cae3, #5bc0de 60%, #4ab9db);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff74cae3', endColorstr='#ff4ab9db', GradientType=0);
filter: none;
}

.btn-warning {
Expand All @@ -7543,6 +7548,7 @@ td.visible-print {
background-image: linear-gradient(#faa123, #f89406 60%, #e48806);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaa123', endColorstr='#ffe48806', GradientType=0);
filter: none;
}

.btn-danger {
Expand All @@ -7552,6 +7558,7 @@ td.visible-print {
background-image: linear-gradient(#f17a77, #ee5f5b 60%, #ec4d49);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff17a77', endColorstr='#ffec4d49', GradientType=0);
filter: none;
}

.btn-default:hover {
Expand All @@ -7561,6 +7568,7 @@ td.visible-print {
background-image: linear-gradient(#020202, #101112 40%, #191b1d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}

.btn-primary:hover {
Expand All @@ -7570,6 +7578,7 @@ td.visible-print {
background-image: linear-gradient(#404448, #4e5458 40%, #585e62);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff404448', endColorstr='#ff585e62', GradientType=0);
filter: none;
}

.btn-success:hover {
Expand All @@ -7579,6 +7588,7 @@ td.visible-print {
background-image: linear-gradient(#2f7d2f, #379337 40%, #3da23d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2f7d2f', endColorstr='#ff3da23d', GradientType=0);
filter: none;
}

.btn-info:hover {
Expand All @@ -7588,6 +7598,7 @@ td.visible-print {
background-image: linear-gradient(#20829f, #2596b8 40%, #28a4c9);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff20829f', endColorstr='#ff28a4c9', GradientType=0);
filter: none;
}

.btn-warning:hover {
Expand All @@ -7597,6 +7608,7 @@ td.visible-print {
background-image: linear-gradient(#804d03, #9e5f04 40%, #b26a04);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff804d03', endColorstr='#ffb26a04', GradientType=0);
filter: none;
}

.btn-danger:hover {
Expand All @@ -7606,6 +7618,7 @@ td.visible-print {
background-image: linear-gradient(#bb1813, #d71c16 40%, #e7201a);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbb1813', endColorstr='#ffe7201a', GradientType=0);
filter: none;
}

h1,
Expand Down Expand Up @@ -7699,6 +7712,7 @@ legend {
background-repeat: no-repeat;
border-color: rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.nav .open > a,
Expand All @@ -7716,6 +7730,7 @@ legend {
background-repeat: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.nav-pills > li > a:hover {
Expand All @@ -7726,6 +7741,7 @@ legend {
background-repeat: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}

.nav-pills > li.active > a,
Expand All @@ -7738,6 +7754,7 @@ legend {
background-repeat: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}

.nav-pills > li.disabled > a,
Expand All @@ -7748,6 +7765,7 @@ legend {
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.pagination > li > a {
Expand All @@ -7758,6 +7776,7 @@ legend {
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.pagination > li > a:hover {
Expand All @@ -7767,6 +7786,7 @@ legend {
background-image: linear-gradient(#020202, #101112 40%, #191b1d);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}

.pagination > li.active > a {
Expand All @@ -7777,6 +7797,7 @@ legend {
background-repeat: no-repeat;
border-color: rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}

.pagination > li.disabled > a,
Expand All @@ -7788,6 +7809,7 @@ legend {
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.pager > li > a {
Expand All @@ -7799,6 +7821,7 @@ legend {
background-repeat: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.pager > li > a:hover {
Expand All @@ -7809,6 +7832,7 @@ legend {
background-repeat: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff020202', endColorstr='#ff191b1d', GradientType=0);
filter: none;
}

.pager > li.disabled > a,
Expand All @@ -7820,6 +7844,7 @@ legend {
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.breadcrumb {
Expand All @@ -7831,6 +7856,7 @@ legend {
background-repeat: no-repeat;
border: 1px solid rgba(0, 0, 0, 0.6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
filter: none;
}

.alert .alert-link,
Expand Down
2 changes: 1 addition & 1 deletion slate/bootstrap.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 737b196

Please sign in to comment.