blob: 1849bddc9c75d886b8dc9be15bf83d4284d35053 [file] [log] [blame]
Simon Hunt58894c82016-05-24 15:09:02 -07001/*
2 * Copyright 2016-present 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/* ------ for summary-list tables (theme) ------ */
18
Simon Hunt5fdba202016-06-02 20:01:14 -070019.light div.summary-list .table-header td {
20 background-color: #e5e5e6;
21 color: #3c3a3a;
22}
23.dark div.summary-list .table-header td {
24 /* TODO: dark theme */
25 background-color: #e5e5e6;
26 color: #3c3a3a;
27}
28
29.light div.summary-list td {
30 color: #3c3a3a;
31}
32.dark div.summary-list td {
33 /* TODO: dark theme */
34 color: #3c3a3a;
35}
36
Simon Hunt58894c82016-05-24 15:09:02 -070037.light div.summary-list tr:nth-child(even) {
Simon Huntf3fd4ed2016-05-31 17:16:18 -070038 background-color: #f4f4f4;
Simon Hunt58894c82016-05-24 15:09:02 -070039}
40.light div.summary-list tr:nth-child(odd) {
Simon Huntf3fd4ed2016-05-31 17:16:18 -070041 background-color: #fbfbfb;
Simon Hunt58894c82016-05-24 15:09:02 -070042}
43.dark div.summary-list tr:nth-child(even) {
Simon Huntf3fd4ed2016-05-31 17:16:18 -070044 /* TODO: dark theme */
45 background-color: #f4f4f4;
Simon Hunt58894c82016-05-24 15:09:02 -070046}
47.dark div.summary-list tr:nth-child(odd) {
Simon Huntf3fd4ed2016-05-31 17:16:18 -070048 /* TODO: dark theme */
49 background-color: #fbfbfb;
Simon Hunt58894c82016-05-24 15:09:02 -070050}
51
52.light div.summary-list tr.selected {
Simon Huntf3fd4ed2016-05-31 17:16:18 -070053 background-color: #dbeffc !important;
Simon Hunt58894c82016-05-24 15:09:02 -070054}
55
56.dark div.summary-list tr.selected {
Simon Huntf3fd4ed2016-05-31 17:16:18 -070057 /* TODO: dark theme */
58 background-color: #dbeffc;
Simon Hunt58894c82016-05-24 15:09:02 -070059}
60
Simon Hunt58894c82016-05-24 15:09:02 -070061.light div.summary-list tr.data-change {
Simon Hunt5fdba202016-06-02 20:01:14 -070062 /* todo - theme color */
Simon Hunt58894c82016-05-24 15:09:02 -070063 background-color: #FDFFDC;
64}
65.dark div.summary-list tr.data-change {
Simon Huntf3fd4ed2016-05-31 17:16:18 -070066 /* TODO: dark theme */
Simon Hunt5fdba202016-06-02 20:01:14 -070067 background-color: #FDFFDC;
Simon Hunt58894c82016-05-24 15:09:02 -070068}
69
Simon Hunt58894c82016-05-24 15:09:02 -070070
Simon Hunt5fdba202016-06-02 20:01:14 -070071/* --- Control Buttons --- */
Simon Hunt58894c82016-05-24 15:09:02 -070072
Simon Hunt5fdba202016-06-02 20:01:14 -070073/* TODO: dark theme */
Simon Hunt58894c82016-05-24 15:09:02 -070074
Simon Hunt986b92f2016-06-03 15:46:59 -070075/* INACTIVE */
Simon Hunt5fdba202016-06-02 20:01:14 -070076.light .ctrl-btns div svg.embeddedIcon g.icon use {
Simon Hunt986b92f2016-06-03 15:46:59 -070077 fill: #e0dfd6;
Simon Hunt58894c82016-05-24 15:09:02 -070078}
Simon Hunt5fdba202016-06-02 20:01:14 -070079/* note: no change for inactive buttons when hovered */
Simon Hunt58894c82016-05-24 15:09:02 -070080
Simon Hunt986b92f2016-06-03 15:46:59 -070081
82/* ACTIVE */
Simon Hunt5fdba202016-06-02 20:01:14 -070083.light .ctrl-btns div.active svg.embeddedIcon g.icon use {
84 fill: #939598;
Simon Hunt58894c82016-05-24 15:09:02 -070085}
Simon Hunt5fdba202016-06-02 20:01:14 -070086.light .ctrl-btns div.active:hover svg.embeddedIcon g.icon use {
87 fill: #ce5b58;
Simon Hunt58894c82016-05-24 15:09:02 -070088}
89
Simon Hunt986b92f2016-06-03 15:46:59 -070090/* CURRENT-VIEW */
91.light .ctrl-btns div.current-view svg.embeddedIcon g.icon rect {
92 fill: #518ecc;
93}
94.light .ctrl-btns div.current-view svg.embeddedIcon g.icon use {
95 fill: white;
96}
97
98/* REFRESH */
Simon Hunt5fdba202016-06-02 20:01:14 -070099.light .ctrl-btns div.refresh svg.embeddedIcon g.icon use {
100 fill: #cdeff2;
Simon Hunt58894c82016-05-24 15:09:02 -0700101}
Simon Hunt5fdba202016-06-02 20:01:14 -0700102.light .ctrl-btns div.refresh:hover svg.embeddedIcon g.icon use {
103 fill: #ce5b58;
Simon Hunt58894c82016-05-24 15:09:02 -0700104}
Simon Hunt5fdba202016-06-02 20:01:14 -0700105.light .ctrl-btns div.refresh.active svg.embeddedIcon g.icon use {
106 fill: #009fdb;
Simon Hunt58894c82016-05-24 15:09:02 -0700107}
Simon Hunt5fdba202016-06-02 20:01:14 -0700108.light .ctrl-btns div.refresh.active:hover svg.embeddedIcon g.icon use {
109 fill: #ce5b58;
Simon Hunt58894c82016-05-24 15:09:02 -0700110}