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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 2859623002: DevTools: Migrate from -webkit-user-modify to contenteditable (Closed)
Patch Set: Add contenteditable on attach 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 | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css » ('j') | 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 (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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 } 323 }
324 324
325 .styles-element-classes-pane .new-class-input { 325 .styles-element-classes-pane .new-class-input {
326 padding-left: 3px; 326 padding-left: 3px;
327 padding-right: 3px; 327 padding-right: 3px;
328 overflow: hidden; 328 overflow: hidden;
329 border: 1px solid #ddd; 329 border: 1px solid #ddd;
330 line-height: 15px; 330 line-height: 15px;
331 margin-left: 3px; 331 margin-left: 3px;
332 width: calc(100% - 7px); 332 width: calc(100% - 7px);
333 -webkit-user-modify: read-write-plaintext-only;
334 background-color: #fff; 333 background-color: #fff;
335 cursor: text; 334 cursor: text;
336 } 335 }
337 336
338 .styles-element-state-pane > div { 337 .styles-element-state-pane > div {
339 margin: 8px 4px 6px; 338 margin: 8px 4px 6px;
340 } 339 }
341 340
342 .styles-element-state-pane > table { 341 .styles-element-state-pane > table {
343 width: 100%; 342 width: 100%;
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 display: flex; 531 display: flex;
533 flex-direction: row; 532 flex-direction: row;
534 align-items: center; 533 align-items: center;
535 } 534 }
536 535
537 .elements-tree-header-frame { 536 .elements-tree-header-frame {
538 margin-left: 6px; 537 margin-left: 6px;
539 margin-right: 6px; 538 margin-right: 6px;
540 flex: none; 539 flex: none;
541 } 540 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/elements/elementsTreeOutline.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698