blob: 3de7ad8c65792b84f83fe187b887fc3fcbbabb5e [file] [log] [blame]
/*
* Copyright 2016-present Open Networking Foundation
*
* 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 -- Applications View (theme) -- CSS file
*/
/* -- Drag-n-Drop OAR files -- */
div.dropping {
border: solid 3px #0095d6;
}
/* -- confirmation dialog -- */
.light #app-dialog p.strong {
color: white;
background-color: #ce5b58;
}
.light #app-dialog.floatpanel.dialog {
background-color: #ffffff;
}
/* ========== DARK Theme ========== */
.dark .app-title {
color: #dddddd;
}
/* -- confirmation dialog -- */
.dark #app-dialog p.strong {
color: red;
background-color: #ecd98e;
}
.dark #app-dialog.floatpanel.dialog {
background-color: #282528;
color:#ddddee;
}