summaryrefslogtreecommitdiff
path: root/cerulean/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 /cerulean/bootstrap.css
parent48c64127b37be4a692a70cb7b38ed9744163582b (diff)
fixes bleeding gradient in IE, closes #169
Diffstat (limited to 'cerulean/bootstrap.css')
-rw-r--r--cerulean/bootstrap.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/cerulean/bootstrap.css b/cerulean/bootstrap.css
index 90f635f5..e55ade3e 100644
--- a/cerulean/bootstrap.css
+++ b/cerulean/bootstrap.css
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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,