| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 .service-workers-version-script-url { | 158 .service-workers-version-script-url { |
| 159 border-left: 1px solid #e1e1e1; | 159 border-left: 1px solid #e1e1e1; |
| 160 display: block; | 160 display: block; |
| 161 flex: 3 3 0; | 161 flex: 3 3 0; |
| 162 overflow: hidden; | 162 overflow: hidden; |
| 163 text-overflow: ellipsis; | 163 text-overflow: ellipsis; |
| 164 } | 164 } |
| 165 | 165 |
| 166 .service-workers-button { | 166 .service-workers-button { |
| 167 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 167 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
| 168 -webkit-mask-size: 320px 144px; | 168 -webkit-mask-size: 352px 144px; |
| 169 background-color: rgba(0, 0, 0, 0.75); | 169 background-color: rgba(0, 0, 0, 0.75); |
| 170 height: 24px; | 170 height: 24px; |
| 171 opacity: 0.8; | 171 opacity: 0.8; |
| 172 width: 32px; | 172 width: 32px; |
| 173 border: 0; | 173 border: 0; |
| 174 padding: 0; | 174 padding: 0; |
| 175 } | 175 } |
| 176 | 176 |
| 177 @media (-webkit-min-device-pixel-ratio: 1.5) { | 177 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| 178 .service-workers-button { | 178 .service-workers-button { |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 background-color: #996600; | 268 background-color: #996600; |
| 269 } | 269 } |
| 270 | 270 |
| 271 .service-workers-color-8 { | 271 .service-workers-color-8 { |
| 272 background-color: #9900CC; | 272 background-color: #9900CC; |
| 273 } | 273 } |
| 274 | 274 |
| 275 .service-workers-color-9 { | 275 .service-workers-color-9 { |
| 276 background-color: #336600; | 276 background-color: #336600; |
| 277 } | 277 } |
| OLD | NEW |