Last active
July 11, 2016 18:42
-
-
Save avamsi/2f84459c8f502f8fa06efd778efc659c to your computer and use it in GitHub Desktop.
Quick Tabs' custom CSS
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
| * { | |
| 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