[PATCH conductor 1/2] Fixed environment table buttons in IE9

Brian McLaughlin bmclaugh at redhat.com
Wed Sep 5 19:43:43 UTC 2012


---
 src/app/stylesheets/layout.scss | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
index 348b9ad..bc2426e 100644
--- a/src/app/stylesheets/layout.scss
+++ b/src/app/stylesheets/layout.scss
@@ -2243,7 +2243,6 @@ table.pool_families{
     background: -webkit-linear-gradient(top, #535353 0%,#666666 100%); /* Chrome10+,Safari5.1+ */
     background: -o-linear-gradient(top, #535353 0%,#666666 100%); /* Opera11.10+ */
     background: -ms-linear-gradient(top, #535353 0%,#666666 100%); /* IE10+ */
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
     background: linear-gradient(top, #535353 0%,#666666 100%); /* W3C */
     color: white;
 
@@ -2266,7 +2265,6 @@ table.pool_families{
       background: -o-linear-gradient(top, #31a500 0%,#297700 100%); /* Opera 11.10+ */
       background: -ms-linear-gradient(top, #31a500 0%,#297700 100%); /* IE10+ */
       background: linear-gradient(top, #31a500 0%,#297700 100%); /* W3C */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a500', endColorstr='#297700',GradientType=0 ); /* IE6-9 */
     }
 
     &:hover{
@@ -2296,7 +2294,6 @@ table.pool_families{
     background: -o-linear-gradient(top, #33cc00 0%,#28a600 100%); /* Opera 11.10+ */
     background: -ms-linear-gradient(top, #33cc00 0%,#28a600 100%); /* IE10+ */
     background: linear-gradient(top, #33cc00 0%,#28a600 100%); /* W3C */
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cc00', endColorstr='#28a600',GradientType=0 ); /* IE6-9 */
 
     &:active{
       box-shadow: 0px 0px 1px 0px #333 inset;
@@ -2307,7 +2304,6 @@ table.pool_families{
       background: -o-linear-gradient(top, #31a500 0%,#297700 100%); /* Opera 11.10+ */
       background: -ms-linear-gradient(top, #31a500 0%,#297700 100%); /* IE10+ */
       background: linear-gradient(top, #31a500 0%,#297700 100%); /* W3C */
-      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31a500', endColorstr='#297700',GradientType=0 ); /* IE6-9 */
     }
 
     &:hover{
-- 
1.7.11.4




More information about the aeolus-devel mailing list