blob: 3614e538d9a834bb001c96f64e48e4755e3fc4f3 [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 -- core (theme) -- CSS file
*/
body {
background-color: white;
}
#view h2 {
color: #3c3a3a;
}
a {
color: #009fdb;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:visited {
color: #7fabdb;
text-decoration: none;
}
/* ========== DARK Theme ========== */
body.dark {
background-color: #282528;
}
.dark #view h2 {
color: #6a6e6a;
}
.dark a {
color: #007ca6;
}
.dark a:visited {
color: #4f6e90;
}
.dark input {
color: #dddddd;
background-color: #222222;
border: 1px solid #666666;
}
.dark select {
color: #dddddd;
background-color: #222222;
}