blob: 4aac0bb5be5f6c28a924faf963c2bd3cd24ecca1 [file] [log] [blame]
Bri Prebilic Cole96f26472015-03-31 13:07:05 -07001/*
2 * Copyright 2015 Open Networking Laboratory
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 */
16
17/*
18 ONOS GUI -- Intent View -- CSS file
19 */
20
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070021.light #ov-intent tr:nth-child(6n + 2),
Bri Prebilic Cole384e8dc2015-04-13 15:51:14 -070022.light #ov-intent tr:nth-child(6n + 3),
23.light #ov-intent tr:nth-child(6n + 4) {
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070024 background-color: #eee;
25}
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070026.light #ov-intent tr:nth-child(6n + 5),
Bri Prebilic Cole384e8dc2015-04-13 15:51:14 -070027.light #ov-intent tr:nth-child(6n + 6),
28.light #ov-intent tr:nth-child(6n + 1) {
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070029 background-color: #ddd;
30}
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070031.dark #ov-intent tr:nth-child(6n + 2),
Bri Prebilic Cole384e8dc2015-04-13 15:51:14 -070032.dark #ov-intent tr:nth-child(6n + 3),
33.dark #ov-intent tr:nth-child(6n + 4) {
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070034 background-color: #444;
35}
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070036.dark #ov-intent tr:nth-child(6n + 5),
Bri Prebilic Cole384e8dc2015-04-13 15:51:14 -070037.dark #ov-intent tr:nth-child(6n + 6),
38.dark #ov-intent tr:nth-child(6n + 1) {
Bri Prebilic Cole2bd8c352015-03-31 16:18:50 -070039 background-color: #333;
40}
41
42#ov-intent td.resources,
43#ov-intent td.details {
44 padding-left: 36px;
45}