Skip to content

Instantly share code, notes, and snippets.

@jrdn91
Last active December 21, 2015 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrdn91/6281066 to your computer and use it in GitHub Desktop.
Save jrdn91/6281066 to your computer and use it in GitHub Desktop.
Css snippet to customize the lightcms suckerfish bars
.roundedTop, .roundedTop .rLeft, .roundedMiddle, .roundedMiddle .rLeft, .roundedBottom, .roundedBottom .rLeft {
background: transparent !important;
}
.actions, .inlineContentAdder {
background: #333 !important;
}
.inlineContentAdder a.vwInitialAdd, .inlineContentAdder a.vwInitialAdd:link {
border-left: 3px solid #1cd971 !important;
background: transparent !important;
}
.actions li ul {
background: #333 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment