blob: 8c63778d66cf52416a0079417c4a610f2373b232 [file] [log] [blame]
/*
* Copyright 2016-present Open Networking Laboratory
*
* Licensed 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.
*/
/*
ONOS GUI -- Masthead (theme) -- CSS file
*/
.light #mast {
background-color: #231f20;
}
.dark #mast {
/* TODO: dark theme */
background-color: #231f20;
}
.light #mast .nav-menu-button:hover {
background-color: #888;
}
.dark #mast .nav-menu-button:hover {
background-color: #888;
}
.light #mast-right a {
color: #009fdb;
}
.dark #mast-right a {
/* TODO: dark theme */
color: #009fdb;
}
.light #mast nav {
color: #009fdb;
}
.dark #mast nav {
/* TODO: dark theme */
color: #009fdb;
}
/* Theme styles for drop down menu */
.light #mast .dropdown {
background-color: #231f20;
border: 1px solid #dddddd;
}
.dark #mast .dropdown {
/* TODO: dark theme */
background-color: #231f20;
border: 1px solid #dddddd;
}
.light #mast .dropdown a {
color: #009fdb;
border-bottom: solid #444 1px;
}
.dark #mast .dropdown a {
/* TODO: dark theme */
color: #009fdb;
border-bottom: solid #444 1px;
}
.light #mast .dropdown a:hover {
color: #fff;
}
.dark #mast .dropdown a:hover {
/* TODO: dark theme */
color: #fff;
}