OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 body { | 7 body { |
8 margin: 20px; | 8 margin: 20px; |
9 } | 9 } |
10 | 10 |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 background-color: rgb(0, 215, 0); | 52 background-color: rgb(0, 215, 0); |
53 } | 53 } |
54 | 54 |
55 tr.action-preconnect td { | 55 tr.action-preconnect td { |
56 background-color: rgb(255, 215, 0); | 56 background-color: rgb(255, 215, 0); |
57 } | 57 } |
58 | 58 |
59 tr.action-none td { | 59 tr.action-none td { |
60 background-color: rgb(215, 215, 215); | 60 background-color: rgb(215, 215, 215); |
61 } | 61 } |
OLD | NEW |