Skip to content

Instantly share code, notes, and snippets.

@LukeMurphey
Created March 28, 2015 06:58
Show Gist options
  • Select an option

  • Save LukeMurphey/65c05a9d95cedefcc855 to your computer and use it in GitHub Desktop.

Select an option

Save LukeMurphey/65c05a9d95cedefcc855 to your computer and use it in GitHub Desktop.
CSS for views that use tabs on Splunk dashboards #splunk
#tabs{
border-bottom: 0px;
}
#tabs > .dashboard-cell > .dashboard-panel{
margin-bottom: 0px;
border-bottom: 0px;
}
#element1 > .html{
padding-left: 0px; /* This fixes some weirdness where the first tab doesn't look right due to the left part of the tab showing */
padding-right: 0px;
padding-top: 0px;
}
#tab_1 > .dashboard-cell > .dashboard-panel{
border-top: 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment