[PATCH conductor 2/2] Removed gradient from login button for IE only.

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


---
 src/app/stylesheets/login.scss | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/app/stylesheets/login.scss b/src/app/stylesheets/login.scss
index b9898f4..fdf9cb8 100644
--- a/src/app/stylesheets/login.scss
+++ b/src/app/stylesheets/login.scss
@@ -1,7 +1,10 @@
 @import "converge-ui/login";
 
 article{
-  .button{ position: relative; }
+  .button {
+    filter:none;
+    position: relative;
+  }
 
   aside img{ margin-left: 30px; }
 
-- 
1.7.11.4




More information about the aeolus-devel mailing list