2015-07-17 02:51:34 -05:00
|
|
|
|
|
|
|
.nav-tabs-alt {
|
|
|
|
border-bottom: @grafanaTriggerBorder;
|
|
|
|
padding-left: 10px;
|
2015-09-17 15:44:59 -05:00
|
|
|
margin: 0;
|
2015-07-17 02:51:34 -05:00
|
|
|
|
|
|
|
& > li > a {
|
2015-07-17 10:22:42 -05:00
|
|
|
color: darken(@linkColor, 20%);
|
|
|
|
}
|
|
|
|
|
|
|
|
li > a:hover {
|
|
|
|
border-bottom: none;
|
2015-07-17 02:51:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
li.active > a,
|
|
|
|
li.active > a:focus,
|
|
|
|
li.active > a:hover {
|
2015-07-17 10:22:42 -05:00
|
|
|
.border-radius(3px);
|
2015-07-17 02:51:34 -05:00
|
|
|
border: @grafanaTriggerBorder;
|
|
|
|
background-color: transparent;
|
|
|
|
border-bottom: 1px solid @grafanaPanelBackground;
|
2015-07-17 10:22:42 -05:00
|
|
|
color: @linkColor;
|
2015-07-17 02:51:34 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
li.disabled > a {
|
|
|
|
color: @textColor;
|
|
|
|
}
|
|
|
|
|
|
|
|
.open .dropdown-toggle {
|
|
|
|
background-color: #060606;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-17 15:44:59 -05:00
|
|
|
.tab-content {
|
|
|
|
padding: 10px;
|
|
|
|
background-color: @grafanaPanelBackground;
|
|
|
|
}
|
|
|
|
|