Skip to:
Content

BuddyPress.org

Changeset 4835


Ignore:
Timestamp:
07/24/2011 06:22:40 PM (14 years ago)
Author:
djpaul
Message:

Remove filter CSS for page header gradient. Fixes issues with the nav menu in IE. Fixes #3362, props boonebgorges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4815 r4835  
    144144    background: -o-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Opera11.10+ */
    145145    background: -ms-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* IE10+ */
    146     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb3dd', endColorstr='#394c79',GradientType=0 ); /* IE6-9 */
    147146    background: linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* W3C */
    148147    -moz-border-radius-bottomleft: 6px;
Note: See TracChangeset for help on using the changeset viewer.