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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 overflow: hidden; | 80 overflow: hidden; |
81 text-align: right; | 81 text-align: right; |
82 color: #333 !important; | 82 color: #333 !important; |
83 } | 83 } |
84 | 84 |
85 .toolbar-button .toolbar-dropdown-arrow { | 85 .toolbar-button .toolbar-dropdown-arrow { |
86 background-color: #333 !important; | 86 background-color: #333 !important; |
87 } | 87 } |
88 | 88 |
89 .toolbar-has-glyph .toolbar-text { | 89 .toolbar-has-glyph .toolbar-text { |
90 margin-left: 0; | 90 margin-left: -4px; |
91 } | 91 } |
92 | 92 |
93 .toolbar-button:not(.toolbar-has-glyph):not(.toolbar-has-dropdown):not(.largeico
n-menu) { | 93 .toolbar-button:not(.toolbar-has-glyph):not(.toolbar-has-dropdown):not(.largeico
n-menu) { |
94 font-weight: bold; | 94 font-weight: bold; |
95 } | 95 } |
96 | 96 |
97 .toolbar-render-as-links * { | 97 .toolbar-render-as-links * { |
98 font-weight: initial; | 98 font-weight: initial; |
99 color: rgb(17, 85, 204); | 99 color: rgb(17, 85, 204); |
100 text-decoration: underline; | 100 text-decoration: underline; |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 margin-top: -1px; | 246 margin-top: -1px; |
247 width: 28px; | 247 width: 28px; |
248 left: -2px; | 248 left: -2px; |
249 } | 249 } |
250 | 250 |
251 span.toolbar-select-container.toolbar-item.warning { | 251 span.toolbar-select-container.toolbar-item.warning { |
252 background: #ffd7d7; | 252 background: #ffd7d7; |
253 padding: 0 5px 0 0; | 253 padding: 0 5px 0 0; |
254 margin-right: 1px; | 254 margin-right: 1px; |
255 } | 255 } |
OLD | NEW |