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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/listWidget.css

Issue 1642233002: [DevTools] Cleanup various bindInput implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@device-mode-cleanup-misc
Patch Set: Created 4 years, 10 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 | « third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css ('k') | no next file » | 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 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 .list { 7 .list {
8 flex: auto 0 1; 8 flex: auto 0 1;
9 overflow-y: auto; 9 overflow-y: auto;
10 border: 1px solid rgb(231, 231, 231); 10 border: 1px solid rgb(231, 231, 231);
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 .editor-buttons > button { 121 .editor-buttons > button {
122 flex: none; 122 flex: none;
123 margin-right: 10px; 123 margin-right: 10px;
124 } 124 }
125 125
126 .editor-content input { 126 .editor-content input {
127 margin-right: 10px; 127 margin-right: 10px;
128 } 128 }
129 129
130 .editor-content input.error-input { 130 .editor-content input.error-input {
131 outline: auto 2px red;
132 background-color: white; 131 background-color: white;
133 } 132 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/inspectorStyle.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698