Skip to content

Instantly share code, notes, and snippets.

@avamsi
Last active July 11, 2016 18:42
Show Gist options
  • Select an option

  • Save avamsi/2f84459c8f502f8fa06efd778efc659c to your computer and use it in GitHub Desktop.

Select an option

Save avamsi/2f84459c8f502f8fa06efd778efc659c to your computer and use it in GitHub Desktop.
Quick Tabs' custom CSS
* {
font-family: open sans !important;
}
.qs_input {
font-size: 1em !important;
}
.withfocus:hover,
.withfocus:hover div.title,
div.closed.withfocus:hover div.title,
.withfocus:hover div.url,
.withfocus,
.withfocus div.title,
div.closed.withfocus div.title,
.withfocus div.url {
background-color: lavender !important;
color: black !important;
}
b {
color: red !important;
font-weight: normal !important;
}
body {
width: 500px !important;
max-height: 700px !important;
}
div.item {
height: 3em !important;
}
div.title {
font-size: 1.2em !important;
}
div.url {
font-size: .8em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment