/*! * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* * Skin: Black * ----------- */ @import (reference) "bootstrap-less/mixins.less"; @import (reference) "bootstrap-less/variables.less"; @import (reference) "variables.less"; @import (reference) "mixins.less"; /* skin-black navbar */ .skin-black { //Navbar & LogoLogo .main-header { .navbar-toggle { color: #333; } .navbar-brand { color: #333; border-right: 1px solid #eee; } > .navbar { .navbar-variant(#fff; #333; #999; #fff); > .sidebar-toggle { color: #333; border-right: 1px solid #eee; } .navbar-nav { > li > a { border-right: 1px solid #eee; } } .navbar-custom-menu .navbar-nav, .navbar-right { > li { > a { border-left: 1px solid #eee; border-right-width: 0; } } } > .logo { color: #333; border-right: 1px solid #eee; } } } //Content Header .content-header { background: transparent; box-shadow: none; } //Create the sidebar skin .skin-dark-sidebar(#fff); }