Skip to content

Instantly share code, notes, and snippets.

@carbone
Created February 18, 2021 21:51
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 carbone/53a3c523ba09eb994bd7694669500cf1 to your computer and use it in GitHub Desktop.
Save carbone/53a3c523ba09eb994bd7694669500cf1 to your computer and use it in GitHub Desktop.
#custom-fields-tabs ul.tabs{
margin: 0px;
padding: 0px;
list-style: none;
}
#custom-fields-tabs ul.tabs li{
background: none;
color: #222;
display: inline-block;
padding: 10px 15px;
margin-bottom: 0;
cursor: pointer;
}
#custom-fields-tabs ul.tabs li.current{
background: #ededed;
color: #222;
}
#custom-fields-tabs .tab-content{
display: none;
background: #ededed;
padding: 15px;
}
#custom-fields-tabs .tab-content.current{
display: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment