blob: 6ec4c9d8815bfb8f90fdbd7dec62e9fa07e0f2a3 [file] [log] [blame]
/*
* Copyright 2016 Open Networking Laboratory
*
* 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 -- Control Plane Manager -- CSS file
*/
#ov-cpman {
padding: 20px;
}
.light #ov-cpman {
color: navy;
}
.dark #ov-cpman {
color: #88f;
}
#ov-cpman .button-panel {
margin: 10px;
width: 200px;
}
.light #ov-cpman .button-panel {
background-color: #ccf;
}
.dark #ov-cpman .button-panel {
background-color: #444;
}
#ov-cpman .my-button {
cursor: pointer;
padding: 4px;
text-align: center;
}
.light #ov-cpman .my-button {
color: white;
background-color: #99d;
}
.dark #ov-cpman .my-button {
color: black;
background-color: #aaa;
}
#ov-cpman .number {
font-size: 140%;
text-align: right;
}