| OLD | NEW |
| 1 /* | 1 /* |
| 2 Copyright (c) 2010 The Chromium Authors. All rights reserved. | 2 Copyright (c) 2010 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 .exception-pattern { | 7 .exception-pattern { |
| 8 -webkit-box-flex: 1; | 8 -webkit-box-flex: 1; |
| 9 -webkit-margin-end: 10px; | 9 -webkit-margin-end: 10px; |
| 10 -webkit-margin-start: 14px; | 10 -webkit-margin-start: 14px; |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 } | 49 } |
| 50 | 50 |
| 51 .otr-explanation { | 51 .otr-explanation { |
| 52 font-style: italic; | 52 font-style: italic; |
| 53 } | 53 } |
| 54 | 54 |
| 55 #content-settings-exceptions-area list { | 55 #content-settings-exceptions-area list { |
| 56 margin-bottom: 10px; | 56 margin-bottom: 10px; |
| 57 margin-top: 4px; | 57 margin-top: 4px; |
| 58 } | 58 } |
| 59 | |
| 60 #content-settings-exceptions-area input:invalid { | |
| 61 background-color: pink; | |
| 62 } | |
| OLD | NEW |