Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 25, 2011 23:05
Show Gist options
  • Save jdlich/1172263 to your computer and use it in GitHub Desktop.
Save jdlich/1172263 to your computer and use it in GitHub Desktop.
/* View tabs */
/* Change the active tab color. */
.aui-tab-active {
background-color: #14405C;
border-color: #14405C;
a, a:hover, a:focus {
color: #fff;
}
&:after {
border-top-color: #14405C !important;
}
}
/* Announcements Portlet */
.portlet-announcements {
@include news_portlet_layout();
background-color: #eef0f2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment