| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * 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 |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 html.loading * { | 5 html.loading * { |
| 6 -webkit-transition-duration: 0 !important; | 6 -webkit-transition-duration: 0 !important; |
| 7 } | 7 } |
| 8 | 8 |
| 9 /* Developer mode */ | 9 /* Developer mode */ |
| 10 | 10 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 display: inline-block; | 130 display: inline-block; |
| 131 } | 131 } |
| 132 | 132 |
| 133 .enabled-text { | 133 .enabled-text { |
| 134 font-weight: bold; | 134 font-weight: bold; |
| 135 } | 135 } |
| 136 | 136 |
| 137 .extension-list-item-wrapper.disabled-extension .enabled-text, | 137 .extension-list-item-wrapper.disabled-extension .enabled-text, |
| 138 .extension-list-item-wrapper:not(.disabled-extension) .enable-text, | 138 .extension-list-item-wrapper:not(.disabled-extension) .enable-text, |
| 139 .extension-list-item-wrapper.disabled-extension .optional-controls, | 139 .extension-list-item-wrapper.disabled-extension .optional-controls, |
| 140 .extension-list-item-wrapper.disabled-extension .butter-bar { | 140 .extension-list-item-wrapper.disabled-extension .incognito-butter-bar { |
| 141 display: none; | 141 display: none; |
| 142 } | 142 } |
| 143 | 143 |
| 144 .terminated-reload-link { | 144 .terminated-reload-link { |
| 145 -webkit-margin-end: 2em; | 145 -webkit-margin-end: 2em; |
| 146 } | 146 } |
| 147 | 147 |
| 148 .extension-list-item a { | 148 .extension-list-item a { |
| 149 -webkit-margin-start: 0.5em; | 149 -webkit-margin-start: 0.5em; |
| 150 display: inline-block; | 150 display: inline-block; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 176 vertical-align: middle; | 176 vertical-align: middle; |
| 177 } | 177 } |
| 178 | 178 |
| 179 .extension-list-item:not(:hover) .trash:not(:focus) { | 179 .extension-list-item:not(:hover) .trash:not(:focus) { |
| 180 opacity: 0; | 180 opacity: 0; |
| 181 } | 181 } |
| 182 | 182 |
| 183 .extension-list-item-wrapper.may-not-disable .trash { | 183 .extension-list-item-wrapper.may-not-disable .trash { |
| 184 visibility: hidden; | 184 visibility: hidden; |
| 185 } | 185 } |
| OLD | NEW |