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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css

Issue 2890613004: DevTools: ui polish for the audits2 panel. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 * { 7 * {
8 /* This is required for correct sizing of flex items because we rely 8 /* This is required for correct sizing of flex items because we rely
9 * on an old version of the flexbox spec. 9 * on an old version of the flexbox spec.
10 * Longer-term we should remove this, see crbug.com/473625 */ 10 * Longer-term we should remove this, see crbug.com/473625 */
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 background-image: unset !important; 390 background-image: unset !important;
391 box-shadow: none !important; 391 box-shadow: none !important;
392 cursor: pointer; 392 cursor: pointer;
393 } 393 }
394 394
395 button.material-button.default { 395 button.material-button.default {
396 color: white; 396 color: white;
397 background-color: #4285f4 !important; 397 background-color: #4285f4 !important;
398 } 398 }
399 399
400 button.material-button.default:disabled {
401 background-color: #ffffff !important;
402 color: gray;
403 }
404
400 button.material-button.default:not(:disabled):hover { 405 button.material-button.default:not(:disabled):hover {
401 background-color: hsla(217, 89%, 58%, 1) !important; 406 background-color: hsla(217, 89%, 58%, 1) !important;
402 color: white !important; 407 color: white !important;
403 } 408 }
404 409
405 button.material-button:not(:disabled):hover { 410 button.material-button:not(:disabled):hover {
406 background-color: #eee !important; 411 background-color: #eee !important;
407 color: gray !important; 412 color: gray !important;
408 } 413 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/audits2/audits2Panel.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698