| OLD | NEW |
| 1 /* | 1 /* 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 5 */ | |
| 6 | 4 |
| 7 body { | 5 body { |
| 8 margin: 20px; | 6 margin: 20px; |
| 9 } | 7 } |
| 10 | 8 |
| 11 #countBanner { | 9 #countBanner { |
| 12 background-color: rgb(235, 239, 250); | 10 background-color: rgb(235, 239, 250); |
| 13 border: 1px solid rgb(187, 187, 187); | 11 border: 1px solid rgb(187, 187, 187); |
| 14 border-radius: 2px; | 12 border-radius: 2px; |
| 15 font-size: 100%; | 13 font-size: 100%; |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 background-color: rgb(0, 215, 0); | 50 background-color: rgb(0, 215, 0); |
| 53 } | 51 } |
| 54 | 52 |
| 55 tr.action-preconnect td { | 53 tr.action-preconnect td { |
| 56 background-color: rgb(255, 215, 0); | 54 background-color: rgb(255, 215, 0); |
| 57 } | 55 } |
| 58 | 56 |
| 59 tr.action-none td { | 57 tr.action-none td { |
| 60 background-color: rgb(215, 215, 215); | 58 background-color: rgb(215, 215, 215); |
| 61 } | 59 } |
| OLD | NEW |