OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2014 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2014 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 :host { | 7 :host { |
8 flex: none; | 8 flex: none; |
9 padding: 0 2px; | 9 padding: 0 2px; |
10 } | 10 } |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 select.toolbar-item { | 168 select.toolbar-item { |
169 min-width: 48px; | 169 min-width: 48px; |
170 color: rgb(48, 48, 48); | 170 color: rgb(48, 48, 48); |
171 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; | 171 text-shadow: rgba(255, 255, 255, 0.75) 0 1px 0; |
172 -webkit-appearance: none; | 172 -webkit-appearance: none; |
173 border: 0; | 173 border: 0; |
174 border-radius: 0; | 174 border-radius: 0; |
175 padding: 0 15px 0 5px; | 175 padding: 0 15px 0 5px; |
176 margin-right: -10px; | 176 margin-right: -10px; |
177 position: relative; | 177 position: relative; |
178 line-height: 22px; | |
179 } | 178 } |
180 | 179 |
181 .toolbar-item.checkbox { | 180 .toolbar-item.checkbox { |
182 padding: 0 5px 0 2px; | 181 padding: 0 5px 0 2px; |
183 } | 182 } |
184 | 183 |
185 .toolbar-item > .glyph { | 184 .toolbar-item > .glyph { |
186 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 185 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
187 -webkit-mask-size: 352px 144px; | 186 -webkit-mask-size: 352px 144px; |
188 background-color: #5a5a5a; | 187 background-color: #5a5a5a; |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 } | 516 } |
518 | 517 |
519 .playback-rate-button.toggled-on > .toolbar-button-text { | 518 .playback-rate-button.toggled-on > .toolbar-button-text { |
520 color: rgb(66, 129, 235); | 519 color: rgb(66, 129, 235); |
521 } | 520 } |
522 | 521 |
523 button.playback-rate-button { | 522 button.playback-rate-button { |
524 width: auto; | 523 width: auto; |
525 margin-right: 10px; | 524 margin-right: 10px; |
526 } | 525 } |
OLD | NEW |