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

Side by Side Diff: Source/devtools/front_end/inspectorStyle.css

Issue 974273003: Revert "Revert "Support multiple DOM isolates and tweak devtools frontend to better handle large #s… (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/dartium
Patch Set: Created 5 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 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after
2621 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement { 2621 .custom-popup-vertical-scroll ::-webkit-scrollbar-track-piece:vertical:decrement {
2622 } 2622 }
2623 2623
2624 .custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical { 2624 .custom-popup-vertical-scroll ::-webkit-scrollbar-track:vertical {
2625 background: linear-gradient(to right, rgb(80, 80, 80), rgb(192, 192, 192) 25 %, rgb(192, 192, 192)); 2625 background: linear-gradient(to right, rgb(80, 80, 80), rgb(192, 192, 192) 25 %, rgb(192, 192, 192));
2626 border-radius: 5px; 2626 border-radius: 5px;
2627 margin: 5px; 2627 margin: 5px;
2628 } 2628 }
2629 2629
2630 .console-context { 2630 .console-context {
2631 max-width: 200px; 2631 max-width: 1200px;
2632 } 2632 }
2633 2633
2634 .root-view { 2634 .root-view {
2635 overflow: hidden; 2635 overflow: hidden;
2636 position: absolute !important; 2636 position: absolute !important;
2637 left: 0; 2637 left: 0;
2638 top: 0; 2638 top: 0;
2639 right: 0; 2639 right: 0;
2640 bottom: 0; 2640 bottom: 0;
2641 } 2641 }
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 } 2853 }
2854 2854
2855 .resources-divider-label { 2855 .resources-divider-label {
2856 position: absolute; 2856 position: absolute;
2857 top: 4px; 2857 top: 4px;
2858 right: 3px; 2858 right: 3px;
2859 font-size: 80%; 2859 font-size: 80%;
2860 white-space: nowrap; 2860 white-space: nowrap;
2861 pointer-events: none; 2861 pointer-events: none;
2862 } 2862 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/console/ConsoleView.js ('k') | Source/devtools/front_end/sdk/RuntimeModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698