Darken inactive tag just by a hair
parent
b28c3b2e7c
commit
2ed7b13edd
|
@ -24,14 +24,14 @@ div.code-tabs li.nav-tab {
|
|||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
/* inactive tab (title) */
|
||||
background-color: #C7EAEC; /* $mk-light */
|
||||
background-color: #C5E8EA; /* $mk-light - minus two shades*/
|
||||
}
|
||||
|
||||
/* active tab (title) */
|
||||
div.code-tabs li.active {
|
||||
color: #f2771a;
|
||||
border-top: 1px solid #b0b6b6
|
||||
border-left: 1px solid #b0b6b6
|
||||
border-top: 1px solid #b0b6b6;
|
||||
border-left: 1px solid #b0b6b6;
|
||||
border-right: 1px solid #b0b6b6;
|
||||
background: #f3f9fa; /* $mk-verylight */
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in New Issue