summaryrefslogtreecommitdiff
path: root/readable/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-10-31 10:35:25 -0400
committerThomas Park <thomas@thomaspark.me>2013-10-31 10:35:25 -0400
commit737b1962d3b976c256e858b7fdff13f952db4fcc (patch)
tree4e1595a6e7c9c2544e47994c2de6035c47bde1f2 /readable/bootstrap.css
parent48c64127b37be4a692a70cb7b38ed9744163582b (diff)
fixes bleeding gradient in IE, closes #169
Diffstat (limited to 'readable/bootstrap.css')
-rw-r--r--readable/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/readable/bootstrap.css b/readable/bootstrap.css
index 32171cc4..c1658a2e 100644
--- a/readable/bootstrap.css
+++ b/readable/bootstrap.css
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,