Skip to:
Content

BuddyPress.org

Changeset 4815


Ignore:
Timestamp:
07/23/2011 02:39:27 PM (14 years ago)
Author:
djpaul
Message:

Change fallback colour of #header background to the new light blue. See #3362

File:
1 edited

Legend:

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

    r4814 r4815  
    138138--------------------------------------------------------------*/
    139139#header {
    140     background: #23325b; /* Old browsers */
    141     background: -moz-linear-gradient(top, #1FB3DD 0%, #1FB3DD 15%, #394c79 100%); /* FF3.6+ */
    142     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1FB3DD), color-stop(15%,#1FB3DD), color-stop(100%,#394c79)); /* Chrome,Safari4+ */
    143     background: -webkit-linear-gradient(top, #1FB3DD 0%,#1FB3DD 15%,#394c79 100%); /* Chrome10+,Safari5.1+ */
    144     background: -o-linear-gradient(top, #1FB3DD 0%,#1FB3DD 15%,#394c79 100%); /* Opera11.10+ */
    145     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 */
    147     background: linear-gradient(top, #1FB3DD 0%,#1FB3DD 15%,#394c79 100%); /* W3C */
     140    background: #1fb3dd; /* Old browsers */
     141    background: -moz-linear-gradient(top, #1fb3dd 0%, #1fb3dd 15%, #394c79 100%); /* FF3.6+ */
     142    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fb3dd), color-stop(15%,#1fb3dd), color-stop(100%,#394c79)); /* Chrome,Safari4+ */
     143    background: -webkit-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Chrome10+,Safari5.1+ */
     144    background: -o-linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* Opera11.10+ */
     145    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 */
     147    background: linear-gradient(top, #1fb3dd 0%,#1fb3dd 15%,#394c79 100%); /* W3C */
    148148    -moz-border-radius-bottomleft: 6px;
    149149    -webkit-border-bottom-left-radius: 6px;
Note: See TracChangeset for help on using the changeset viewer.