Adjust gray color of tab vs pane in code-toggle.

This commit is contained in:
Regis Philibert 2018-04-06 16:09:12 -04:00 committed by Bjørn Erik Pedersen
parent 8ae3aadd73
commit 0960c5fb36
3 changed files with 11881 additions and 9 deletions

View File

@ -7,13 +7,17 @@
outline: none;
background-color:white;
}
.tab-pane code{
background:#f1f2f2;
border-radius:0;
}
.tab-pane .chroma{
background:none;
padding:0;
}
.tab-button.active{
border-bottom-color:#f3f4f4;
background-color: #f4f4f4;
border-bottom-color:#f1f2f2;
background-color: #f1f2f2;
}
.tab-content .tab-pane{
display: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long