blob: bf9d28c29f93a6d8d0fa970e378a1b3ff30fc960 [file] [log] [blame]
Simon Hunt97225382015-01-19 13:33:09 -08001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Simon Hunt97225382015-01-19 13:33:09 -08003 *
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 Hunt58894c82016-05-24 15:09:02 -070018 ONOS GUI -- Icon Service (layout) -- CSS file
Simon Hunt97225382015-01-19 13:33:09 -080019 */
20
Simon Hunt64b60cd2015-01-19 13:51:30 -080021svg#IconLibDefs {
22 display: none;
23}
24
Simon Hunt3695a622015-03-31 11:52:23 -070025svg .svgIcon {
26 fill-rule: evenodd;
27}
28
29svg.embeddedIcon g.icon {
30 fill: none;
31}
32
33svg.embeddedIcon g.icon rect {
34 stroke: none;
35 fill: none;
36}
37
38svg.embeddedIcon g.icon .glyph {
Bri Prebilic Coledee46622015-02-03 16:36:11 -080039 stroke: none;
Bri Prebilic Coledee46622015-02-03 16:36:11 -080040 fill-rule: evenodd;
Simon Hunt97225382015-01-19 13:33:09 -080041}
42
Simon Hunt3695a622015-03-31 11:52:23 -070043svg.embeddedIcon .icon.appInactive .glyph {
Thomas Vachuska619c5382015-04-02 13:41:47 -070044 fill: none;
Thomas Vachuska0fa583c2015-03-30 23:07:41 -070045}