Created
March 10, 2016 19:40
-
-
Save hobbes3/1ccadc231a42e40e6b85 to your computer and use it in GitHub Desktop.
link switcher css tabs
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
#link_switcher_row .dashboard-panel { | |
background-color: #eee; | |
} | |
#link_switcher { | |
min-width: 100%; | |
} | |
#link_switcher .splunk-linklist { | |
padding-bottom: 0px; | |
} | |
#link_switcher .splunk-linklist-choices { | |
margin-bottom: 0px; | |
} | |
#link_switcher .splunk-linklist-choices .btn-pill { | |
color: #000; | |
} | |
#link_switcher .splunk-linklist-choices .btn-pill.active { | |
background-color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment