blob: 7b5018b9ae4f5a55bf0d3b99a38dc2f36347cd21 [file] [log] [blame]
Jian Lic134c7a2017-04-25 12:51:28 +09001/*
2 * Copyright 2017-present Open Networking Laboratory
3 *
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 */
Jian Lic134c7a2017-04-25 12:51:28 +090016
Jian Lia23f46d2017-05-02 18:07:31 +090017/*
18 ONOS GUI -- Mapping Management -- CSS file
Jian Lic134c7a2017-04-25 12:51:28 +090019 */
Jian Lia23f46d2017-05-02 18:07:31 +090020
21#ov-mapping {
22 padding: 20px;
23 position: relative;
24}
25.light #ov-mapping {
26 color: navy;
27}
28.dark #ov-mapping {
29 color: #88f;
30}
31
32#ov-mapping .button-panel {
33 margin: 10px;
34 width: 200px;
35}
36
37.light #ov-mapping .button-panel {
38 background-color: #ccf;
39}
40.dark #ov-mapping .button-panel {
41 background-color: #444;
Jian Lic134c7a2017-04-25 12:51:28 +090042}