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

Side by Side Diff: Source/devtools/front_end/emulation/devicesSettingsTab.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 .devices-settings-tab .settings-tab.help-content { 7 .devices-settings-tab .settings-tab.help-content {
8 display: flex; 8 display: flex;
9 flex-direction: column; 9 flex-direction: column;
10 align-items: flex-start; 10 align-items: flex-start;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 color: #aaa; 71 color: #aaa;
72 } 72 }
73 73
74 .devices-settings-tab .device-list-item-show .devices-list-title { 74 .devices-settings-tab .device-list-item-show .devices-list-title {
75 color: #222; 75 color: #222;
76 } 76 }
77 77
78 .devices-settings-tab .devices-list-remove, 78 .devices-settings-tab .devices-list-remove,
79 .devices-settings-tab .devices-list-edit { 79 .devices-settings-tab .devices-list-edit {
80 background-image: url(Images/toolbarButtonGlyphs.png); 80 background-image: url(Images/toolbarButtonGlyphs.png);
81 background-size: 352px 144px; 81 background-size: 352px 168px;
82 width: 32px; 82 width: 32px;
83 height: 24px; 83 height: 24px;
84 opacity: 0.5; 84 opacity: 0.5;
85 cursor: pointer; 85 cursor: pointer;
86 flex: none; 86 flex: none;
87 visibility: hidden; 87 visibility: hidden;
88 } 88 }
89 89
90 .devices-settings-tab .devices-list:not(.devices-list-editing) .devices-list-ite m:hover .devices-list-remove, 90 .devices-settings-tab .devices-list:not(.devices-list-editing) .devices-list-ite m:hover .devices-list-remove,
91 .devices-settings-tab .devices-list-item:hover .devices-list-edit { 91 .devices-settings-tab .devices-list-item:hover .devices-list-edit {
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 147
148 .devices-settings-tab .devices-edit-fields > * { 148 .devices-settings-tab .devices-edit-fields > * {
149 flex: none; 149 flex: none;
150 margin-bottom: 10px; 150 margin-bottom: 10px;
151 } 151 }
152 152
153 .devices-settings-tab .devices-edit-buttons > button { 153 .devices-settings-tab .devices-edit-buttons > button {
154 margin-right: 10px; 154 margin-right: 10px;
155 } 155 }
156 156
OLDNEW
« no previous file with comments | « Source/devtools/front_end/elements/elementsTreeOutline.css ('k') | Source/devtools/front_end/emulation/overrides.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698