/* Some AdminLTE builds set background-image to /static/media/bg-navbar.* (webpack public path),
   which 404s when the app is not served from CRA's root. Drop the image so skin background-color shows. */
.main-header .navbar {
	background-image: none !important;
}
