clean tabs, closes #727
parent
d30ec3dc03
commit
a8a991104c
|
@ -152,3 +152,10 @@ h1,label {
|
||||||
.label-matched, .badge-matched {
|
.label-matched, .badge-matched {
|
||||||
background-color: #D1D1FF;
|
background-color: #D1D1FF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* get rid of extraneous outline on tabs */
|
||||||
|
|
||||||
|
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue