blob: e7ce2099d664cb10ae460af2abf5e335936d0251 [file] [log] [blame]
/*
* Copyright 2018-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
ONOS GUI -- Topology View (forces device visual) -- CSS file
*/
g.node.device rect {
fill: #f0f0f070;
}
g.node.device text {
fill: #bbb;
}
g.node.device use {
fill: #777;
}
g.node.device.online rect {
fill: #fafafad0;
}
g.node.device.online text {
fill: #3c3a3a;
}
g.node.device.online use {
/* NOTE: this gets overridden programatically */
fill: #ffffff;
}
g.node.selected .node-container {
stroke-width: 2.0;
stroke: #009fdb;
}
g.node.hovered .node-container {
stroke-width: 2.0;
stroke: #454545;
}
path.bracket {
stroke: white;
stroke-width: 1;
fill: none
}