Skip to content

Instantly share code, notes, and snippets.

@aikar
Created March 12, 2011 23:46
Show Gist options
  • Save aikar/867710 to your computer and use it in GitHub Desktop.
Save aikar/867710 to your computer and use it in GitHub Desktop.
#editorviewbox #tabbed-view tabs
background: pink !important;
height: 70px !important;
overflow: hidden;
}
#editorviewbox #tabbed-view tabs > tab {
height: 25px !important;
max-height: 25px !important;
max-width:130px !important;
}
tab:hover,
tab[selected="true"] {
max-width: 250px !important;
border-top-width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment