mirror of https://github.com/docker/docs.git
fix the background color of the sidebar on 'medium' sized devices
This commit is contained in:
parent
a6b54122a2
commit
ac1e5e53e1
|
@ -310,6 +310,9 @@
|
|||
.toc-nav a {
|
||||
font-size: 11px;
|
||||
}
|
||||
.sidebar {
|
||||
background-color: $bg-sidebar;
|
||||
}
|
||||
}
|
||||
|
||||
/* Portrait */
|
||||
|
|
|
@ -55,6 +55,7 @@ body.night {
|
|||
.nav-secondary .search-form input[type=search]:focus {
|
||||
background: rgba(255, 255, 255, 0.17) url(/images/search.png) no-repeat 10px 9px !important;
|
||||
}
|
||||
.sidebar,
|
||||
.sidebar-home,
|
||||
#sidebar-wrapper,
|
||||
#sidebar-wrapper-home,
|
||||
|
|
Loading…
Reference in New Issue