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 .service-workers-view { | 7 .service-workers-view { |
8 overflow: auto; | 8 overflow: auto; |
9 } | 9 } |
10 | 10 |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 } | 171 } |
172 | 172 |
173 .service-workers-versions-table-running-status-inspect { | 173 .service-workers-versions-table-running-status-inspect { |
174 color: #00e; | 174 color: #00e; |
175 cursor: pointer; | 175 cursor: pointer; |
176 text-decoration: underline; | 176 text-decoration: underline; |
177 } | 177 } |
178 | 178 |
179 .service-workers-button { | 179 .service-workers-button { |
180 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 180 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
181 -webkit-mask-size: 352px 144px; | 181 -webkit-mask-size: 352px 168px; |
182 background-color: rgba(0, 0, 0, 0.75); | 182 background-color: rgba(0, 0, 0, 0.75); |
183 height: 24px; | 183 height: 24px; |
184 opacity: 0.8; | 184 opacity: 0.8; |
185 width: 32px; | 185 width: 32px; |
186 border: 0; | 186 border: 0; |
187 padding: 0; | 187 padding: 0; |
188 } | 188 } |
189 | 189 |
190 @media (-webkit-min-device-pixel-ratio: 1.5) { | 190 @media (-webkit-min-device-pixel-ratio: 1.5) { |
191 .service-workers-button { | 191 .service-workers-button { |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 background-color: #996600; | 294 background-color: #996600; |
295 } | 295 } |
296 | 296 |
297 .service-workers-color-8 { | 297 .service-workers-color-8 { |
298 background-color: #9900CC; | 298 background-color: #9900CC; |
299 } | 299 } |
300 | 300 |
301 .service-workers-color-9 { | 301 .service-workers-color-9 { |
302 background-color: #336600; | 302 background-color: #336600; |
303 } | 303 } |
OLD | NEW |