Skip to content

Instantly share code, notes, and snippets.

@joshholt
Forked from sevifives/gist:1435232
Created December 5, 2011 21:11
Show Gist options
  • Save joshholt/1435368 to your computer and use it in GitHub Desktop.
Save joshholt/1435368 to your computer and use it in GitHub Desktop.
#logo {background: url(http://dl.dropbox.com/u/5268661/Eloqua.png); height: 55px; width: 125px; display:block;}
.logo { display: none; }
#header,#header-bottom,.dashboard-item-header h3 {background-color: #2d729e !important;}
#header-bottom {border-top: none;}
#header-bottom #main-nav li.aui-dd-parent {background-color: #003f67;}
.aui-dd-parent span.drop-wrap a.drop
{
display: block !important;
background: transparent !important;
background-image: none !important;
height: 0 !important;
width: 0 !important;
border-top: 3px solid #fff !important;
border-left: 3px solid transparent !important;
border-right: 3px solid transparent !important;
position:relative !important;
margin-top: 5px !important;
margin-left: 5px !important;
overflow: hidden !important;
}
.aui-dd-parent.active .drop-wrap a.drop,
.aui-dd-parent.selected .drop-wrap a.drop,
.aui-dd-parent:hover .drop-wrap a.drop
{
display: block !important;
background: transparent !important;
background-image: none !important;
height: 0 !important;
width: 0 !important;
border-top: 3px solid #003f67 !important;
border-left: 3px solid transparent !important;
border-right: 3px solid transparent !important;
position:relative !important;
margin-top: 5px !important;
margin-left: 5px !important;
overflow: hidden !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment