Skip to content

Instantly share code, notes, and snippets.

@sevifives
Created December 5, 2011 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save sevifives/1435232 to your computer and use it in GitHub Desktop.
Save sevifives/1435232 to your computer and use it in GitHub Desktop.
#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