Created
August 2, 2013 19:17
-
-
Save esteinborn/6142592 to your computer and use it in GitHub Desktop.
drupal tab love from Adam
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
ul.primary { | |
list-style: none; | |
margin: 5px; | |
height: auto; | |
border: none; | |
padding: 0 0 0 1em; | |
line-height: normal; | |
} | |
ul.primary li { | |
border: none; | |
} | |
ul.primary li a { | |
background-color: #EDEFF1; | |
-moz-border-radius: 4px; | |
-webkit-border-radius: 4px; | |
border-radius: 4px; | |
border: none; | |
display:inline-block; | |
color: #444444; | |
font-family: inherit; | |
font-weight: normal; | |
padding: 6px 13px; | |
text-decoration:none; | |
display: inline-block; | |
line-height: 15px; | |
margin: 0px 5px 5px 0px; | |
} | |
ul.primary li.active a { | |
position:relative; | |
background-color:#3498db; | |
border: none; | |
color:#ffffff; | |
} | |
ul.primary li a:hover { | |
background-color:#3498db; | |
color:#ffffff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment