OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2015 The Chromium Authors. All rights reserved. | 2 * Copyright 2015 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 .list { | 7 .list { |
8 flex: auto 0 1; | 8 flex: auto 0 1; |
9 overflow-y: auto; | 9 overflow-y: auto; |
10 border: 1px solid rgb(231, 231, 231); | 10 border: 1px solid rgb(231, 231, 231); |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 .editor-buttons > button { | 121 .editor-buttons > button { |
122 flex: none; | 122 flex: none; |
123 margin-right: 10px; | 123 margin-right: 10px; |
124 } | 124 } |
125 | 125 |
126 .editor-content input { | 126 .editor-content input { |
127 margin-right: 10px; | 127 margin-right: 10px; |
128 } | 128 } |
129 | 129 |
130 .editor-content input.error-input { | 130 .editor-content input.error-input { |
131 outline: auto 2px red; | |
132 background-color: white; | 131 background-color: white; |
133 } | 132 } |
OLD | NEW |