blob: caa61995b1b067ab5b815d7b59cf517ac3235816 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001/*
2 * Copyright 2018-present Open Networking Foundation
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 */
Sean Condon83fc39f2018-04-19 18:56:13 +010016
17/**
Sean Condon55c30532018-10-29 12:26:57 +000018 * ONOS GUI -- Topology Common styles -- CSS file
19 */
20
21.topo2-p h2 {
22 display: inline-block;
23 padding: 6px;
24}
25
26.topo2-p svg {
27 background: #c0242b;
28 width: 28px;
29 height: 28px;
30}
31
32.topo2-p svg .glyph {
33 fill: #ffffff;
34}
35
36.topo2-p hr {
37 background-color: #cccccc;
38}
39
40#topo2-p-detail svg {
41 background: none;
42}
43
44#topo2-p-detail .header svg .glyph {
45 fill: #c0242b;
46}