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

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

Issue 10828008: Fix animation when toggling Developer Mode on Extensions page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 } 247 }
248 248
249 .extension-list-item-wrapper.may-not-disable .trash { 249 .extension-list-item-wrapper.may-not-disable .trash {
250 visibility: hidden; 250 visibility: hidden;
251 } 251 }
252 252
253 .may-not-disable .optional-controls { 253 .may-not-disable .optional-controls {
254 display: none; 254 display: none;
255 } 255 }
256 256
257 .page:not(.dev-mode) #dev-controls {
258 display: none;
259 }
260
261 /* Managed mode */ 257 /* Managed mode */
262 258
263 .page:not(.managed-mode) #managed-mode-banner { 259 .page:not(.managed-mode) #managed-mode-banner {
264 display: none; 260 display: none;
265 } 261 }
266 262
267 .managed-mode .more-extensions-link { 263 .managed-mode .more-extensions-link {
268 display: none; 264 display: none;
269 } 265 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698