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

Side by Side Diff: Source/devtools/front_end/components/breakpointsList.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 (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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 cursor: default; 117 cursor: default;
118 } 118 }
119 119
120 .event-listener-breakpoints li.parent { 120 .event-listener-breakpoints li.parent {
121 margin-left: 1px; 121 margin-left: 1px;
122 } 122 }
123 123
124 .event-listener-breakpoints li.parent::before { 124 .event-listener-breakpoints li.parent::before {
125 -webkit-user-select: none; 125 -webkit-user-select: none;
126 background-image: url(Images/toolbarButtonGlyphs.png); 126 background-image: url(Images/toolbarButtonGlyphs.png);
127 background-size: 352px 144px; 127 background-size: 352px 168px;
128 opacity: 0.5; 128 opacity: 0.5;
129 content: "a"; 129 content: "a";
130 width: 8px; 130 width: 8px;
131 float: left; 131 float: left;
132 margin: 2px 2px 0 -2px; 132 margin: 2px 2px 0 -2px;
133 color: transparent; 133 color: transparent;
134 text-shadow: none; 134 text-shadow: none;
135 } 135 }
136 136
137 @media (-webkit-min-device-pixel-ratio: 1.5) { 137 @media (-webkit-min-device-pixel-ratio: 1.5) {
(...skipping 24 matching lines...) Expand all
162 } 162 }
163 163
164 .dom-breakpoints-list > li { 164 .dom-breakpoints-list > li {
165 display: flex; 165 display: flex;
166 } 166 }
167 167
168 .dom-breakpoints-list .dom-breakpoint > div { 168 .dom-breakpoints-list .dom-breakpoint > div {
169 overflow: hidden; 169 overflow: hidden;
170 text-overflow: ellipsis; 170 text-overflow: ellipsis;
171 } 171 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/audits/auditResultTree.css ('k') | Source/devtools/front_end/components/customPreviewSection.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698