Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Side by Side Diff: chrome/browser/resources/extensions/extensions.css

Issue 9694038: OBSOLETE REVIEW. See http://codereview.chromium.org/10382149/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698