blob: 33c05efdfd11a9ac2f8d57c68d7972c1de0f94ea [file] [log] [blame]
Simon Hunt58894c82016-05-24 15:09:02 -07001/*
Simon Huntbb0f2672017-03-28 18:52:59 -07002 * Copyright 2017-present Open Networking Laboratory
Simon Hunt58894c82016-05-24 15:09:02 -07003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17/*
Simon Huntbb0f2672017-03-28 18:52:59 -070018 ONOS GUI -- Settings View (theme) -- CSS file
Simon Hunt58894c82016-05-24 15:09:02 -070019 */
20
Simon Huntbb0f2672017-03-28 18:52:59 -070021
22/* ========== DARK Theme ========== */
23
24/* -- Drag-n-Drop OAR files -- */
25
26.dark .floatpanel .settings-title-1 {
27 color: #dddddd;
28}
29
30.dark .floatpanel .settings-title-2 {
31 color: #eeeeee;
32}
33