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

Side by Side Diff: Source/devtools/front_end/promises/promisePane.css

Issue 1290883006: Devtools: Add new row in toolbarButtonGlyphs and layout editor icon (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
OLDNEW
1 /* 1 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved. 2 * Copyright 2014 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 .promises .data-grid { 7 .promises .data-grid {
8 border: none; 8 border: none;
9 flex: 1 1; 9 flex: 1 1;
10 } 10 }
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 } 48 }
49 49
50 .promises .data-grid th, 50 .promises .data-grid th,
51 .promises .data-grid td { 51 .promises .data-grid td {
52 border-bottom: 1px solid rgb(205, 205, 205); 52 border-bottom: 1px solid rgb(205, 205, 205);
53 border-left: 1px solid rgb(205, 205, 205); 53 border-left: 1px solid rgb(205, 205, 205);
54 } 54 }
55 55
56 .promises .status { 56 .promises .status {
57 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); 57 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
58 -webkit-mask-size: 352px 144px; 58 -webkit-mask-size: 352px 168px;
59 -webkit-mask-position: -294px -26px; 59 -webkit-mask-position: -294px -26px;
60 background-color: #bbb; 60 background-color: #bbb;
61 height: 20px; 61 height: 20px;
62 width: 20px; 62 width: 20px;
63 } 63 }
64 64
65 .promises .status.rejected { 65 .promises .status.rejected {
66 background-color: rgb(216, 0, 0); 66 background-color: rgb(216, 0, 0);
67 } 67 }
68 68
(...skipping 11 matching lines...) Expand all
80 padding-left: 18px; 80 padding-left: 18px;
81 color: rgb(128, 128, 128); 81 color: rgb(128, 128, 128);
82 font-style: italic; 82 font-style: italic;
83 } 83 }
84 .promises-filter-status .link:hover { 84 .promises-filter-status .link:hover {
85 color: rgb(15%, 15%, 15%); 85 color: rgb(15%, 15%, 15%);
86 } 86 }
87 .promises-filter-status .link { 87 .promises-filter-status .link {
88 color: rgb(33%, 33%, 33%); 88 color: rgb(33%, 33%, 33%);
89 } 89 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/profiler/profilesPanel.css ('k') | Source/devtools/front_end/resources/resourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698