blob: 74a5443d34c9b874707a00fbe84e4ed1564214ad [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001/*
2 * Copyright 2015-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
Sean Condon2bd11b72018-06-15 08:00:48 +010017/*
18 ONOS GUI -- Tooltip Service (layout) -- CSS file
Sean Condon83fc39f2018-04-19 18:56:13 +010019 */
Sean Condon83fc39f2018-04-19 18:56:13 +010020
Sean Condon2bd11b72018-06-15 08:00:48 +010021#tooltip {
22 text-align: center;
23 font-size: 80%;
24 border: 1px solid;
25 padding: 5px;
26 position: absolute;
27 z-index: 5000;
28 display: none;
29 pointer-events: none;
Sean Condon83fc39f2018-04-19 18:56:13 +010030}