summaryrefslogtreecommitdiff
path: root/spacelab/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 /spacelab/bootstrap.css
parent48c64127b37be4a692a70cb7b38ed9744163582b (diff)
fixes bleeding gradient in IE, closes #169
Diffstat (limited to 'spacelab/bootstrap.css')
-rw-r--r--spacelab/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/spacelab/bootstrap.css b/spacelab/bootstrap.css
index fbd4220d..e6d95c43 100644
--- a/spacelab/bootstrap.css
+++ b/spacelab/bootstrap.css
@@ -7507,6 +7507,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,
@@ -7518,6 +7519,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #345578;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d94bf', endColorstr='#ff3e648d', GradientType=0);
+ filter: none;
}
.btn-success,
@@ -7529,6 +7531,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #2e8a19;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61dd45', endColorstr='#ff36a41e', GradientType=0);
+ filter: none;
}
.btn-info,
@@ -7540,6 +7543,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #0e80e5;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7bbdf7', endColorstr='#ff208ff2', GradientType=0);
+ filter: none;
}
.btn-warning,
@@ -7551,6 +7555,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #a15900;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff9c21', endColorstr='#ffc06a00', GradientType=0);
+ filter: none;
}
.btn-danger,
@@ -7562,6 +7567,7 @@ td.visible-print {
background-repeat: no-repeat;
border: 1px solid #9a0200;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff1d1b', endColorstr='#ffb90200', GradientType=0);
+ filter: none;
}
.pagination .active > a,