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

Side by Side Diff: Source/devtools/front_end/resources/serviceWorkersView.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 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 .service-workers-view { 7 .service-workers-view {
8 overflow: auto; 8 overflow: auto;
9 } 9 }
10 10
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 } 171 }
172 172
173 .service-workers-versions-table-running-status-inspect { 173 .service-workers-versions-table-running-status-inspect {
174 color: #00e; 174 color: #00e;
175 cursor: pointer; 175 cursor: pointer;
176 text-decoration: underline; 176 text-decoration: underline;
177 } 177 }
178 178
179 .service-workers-button { 179 .service-workers-button {
180 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); 180 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
181 -webkit-mask-size: 352px 144px; 181 -webkit-mask-size: 352px 168px;
182 background-color: rgba(0, 0, 0, 0.75); 182 background-color: rgba(0, 0, 0, 0.75);
183 height: 24px; 183 height: 24px;
184 opacity: 0.8; 184 opacity: 0.8;
185 width: 32px; 185 width: 32px;
186 border: 0; 186 border: 0;
187 padding: 0; 187 padding: 0;
188 } 188 }
189 189
190 @media (-webkit-min-device-pixel-ratio: 1.5) { 190 @media (-webkit-min-device-pixel-ratio: 1.5) {
191 .service-workers-button { 191 .service-workers-button {
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 background-color: #996600; 294 background-color: #996600;
295 } 295 }
296 296
297 .service-workers-color-8 { 297 .service-workers-color-8 {
298 background-color: #9900CC; 298 background-color: #9900CC;
299 } 299 }
300 300
301 .service-workers-color-9 { 301 .service-workers-color-9 {
302 background-color: #336600; 302 background-color: #336600;
303 } 303 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/resources/resourcesPanel.css ('k') | Source/devtools/front_end/sidebarPane.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698