summaryrefslogtreecommitdiff
path: root/simplex/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 /simplex/bootstrap.css
parent48c64127b37be4a692a70cb7b38ed9744163582b (diff)
fixes bleeding gradient in IE, closes #169
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index 3aaca08a..816475c1 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,
@@ -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,