Skip to content

Instantly share code, notes, and snippets.

@cyberscorpio
Last active January 3, 2016 21:59
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 cyberscorpio/8525539 to your computer and use it in GitHub Desktop.
Save cyberscorpio/8525539 to your computer and use it in GitHub Desktop.
styles for lanuchpad of superstart
.folder-snapshot.site-snapshot,
.site-snapshot {
box-shadow: none;
border-radius: 10px 10px 0 0;
border-bottom-width: 0;
}
.site-title {
background-color: #D4D4D4;
border-radius: 0 0 10px 10px;
}
.site.in-folder:hover > a > .site-title,
.site.in-folder > a > .site-title {
color: black;
}
.site {
border-radius: 10px;
box-shadow: 0 0 5px black;
}
#site-helper {
margin-bottom: 20px;
}
#folder {
margin-top: 10px;
border-top: 1px solid #D4D4D4;
}
.site.folder.opened:not(.text-only) > a > .site-title,
.site.folder.closing:not(.text-only) > a > .site-title {
opacity: inherit;
}
.site.folder.opened:after, .site.folder.closing:after {
border-bottom-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment