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 .network-conditions-settings-tab .settings-tab.help-content { | 7 .network-conditions-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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 margin: 0 4px; | 86 margin: 0 4px; |
87 } | 87 } |
88 | 88 |
89 .network-conditions-settings-tab .conditions-list-separator-invisible { | 89 .network-conditions-settings-tab .conditions-list-separator-invisible { |
90 visibility: hidden; | 90 visibility: hidden; |
91 } | 91 } |
92 | 92 |
93 .network-conditions-settings-tab .conditions-list-remove, | 93 .network-conditions-settings-tab .conditions-list-remove, |
94 .network-conditions-settings-tab .conditions-list-edit { | 94 .network-conditions-settings-tab .conditions-list-edit { |
95 background-image: url(Images/toolbarButtonGlyphs.png); | 95 background-image: url(Images/toolbarButtonGlyphs.png); |
96 background-size: 352px 144px; | 96 background-size: 352px 168px; |
97 width: 32px; | 97 width: 32px; |
98 height: 24px; | 98 height: 24px; |
99 opacity: 0.5; | 99 opacity: 0.5; |
100 cursor: pointer; | 100 cursor: pointer; |
101 flex: none; | 101 flex: none; |
102 visibility: hidden; | 102 visibility: hidden; |
103 pointer-events: auto; | 103 pointer-events: auto; |
104 } | 104 } |
105 | 105 |
106 .network-conditions-settings-tab .conditions-list:not(.conditions-list-editing)
.conditions-list-item:hover .conditions-list-remove, | 106 .network-conditions-settings-tab .conditions-list:not(.conditions-list-editing)
.conditions-list-item:hover .conditions-list-remove, |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 outline: auto 2px red; | 153 outline: auto 2px red; |
154 background-color: white; | 154 background-color: white; |
155 } | 155 } |
156 | 156 |
157 .network-conditions-settings-tab .conditions-edit-optional { | 157 .network-conditions-settings-tab .conditions-edit-optional { |
158 position: absolute; | 158 position: absolute; |
159 bottom: -20px; | 159 bottom: -20px; |
160 right: 0; | 160 right: 0; |
161 color: rgb(128, 128, 128); | 161 color: rgb(128, 128, 128); |
162 } | 162 } |
OLD | NEW |