Created
August 25, 2011 23:05
-
-
Save jdlich/1172263 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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