OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |