blob: d5f5aacf7c35459ec9468f28e1c1f2455bcde1c8 [file] [log] [blame]
Bri Prebilic Cole5000a752015-02-23 17:20:53 -08001/*
Brian O'Connor5ab426f2016-04-09 01:19:45 -07002 * Copyright 2015-present Open Networking Laboratory
Bri Prebilic Cole5000a752015-02-23 17:20:53 -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 -- Button Service (layout) -- CSS file
Bri Prebilic Cole5000a752015-02-23 17:20:53 -080019 */
20
Bri Prebilic Colef7280d02015-02-24 16:20:47 -080021.button,
22.toggleButton,
Bri Prebilic Cole664d4702015-02-25 12:16:14 -080023.radioSet {
Bri Prebilic Cole258f0462015-02-25 14:48:50 -080024 display: inline-block;
Simon Hunt69252862015-02-26 11:26:08 -080025 padding: 0 4px;
Bri Prebilic Colef7280d02015-02-24 16:20:47 -080026}
Bri Prebilic Cole664d4702015-02-25 12:16:14 -080027.radioButton {
Bri Prebilic Cole258f0462015-02-25 14:48:50 -080028 display: inline-block;
Simon Hunt69252862015-02-26 11:26:08 -080029 padding: 0 2px;
Bri Prebilic Colef7280d02015-02-24 16:20:47 -080030}
31
32.button svg.embeddedIcon,
Bri Prebilic Cole664d4702015-02-25 12:16:14 -080033.toggleButton svg.embeddedIcon,
34.radioButton svg.embeddedIcon {
Bri Prebilic Cole5000a752015-02-23 17:20:53 -080035 cursor: pointer;
36}
Bri Prebilic Colef7280d02015-02-24 16:20:47 -080037.button svg.embeddedIcon .icon rect,
Bri Prebilic Cole664d4702015-02-25 12:16:14 -080038.toggleButton svg.embeddedIcon .icon rect,
39.radioButton svg.embeddedIcon .icon rect{
Bri Prebilic Colef7280d02015-02-24 16:20:47 -080040 stroke: none;
41}