| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 .buttonbar button.combobutton { | 5 .buttonbar button.combobutton { |
| 6 -webkit-box-align: stretch; | 6 -webkit-box-align: stretch; |
| 7 display: -webkit-box; | 7 display: -webkit-box; |
| 8 } | 8 } |
| 9 | 9 |
| 10 .buttonbar .combobutton > .action { | 10 .buttonbar .combobutton > .action { |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 display: none; | 25 display: none; |
| 26 } | 26 } |
| 27 | 27 |
| 28 .buttonbar .combobutton > div > span.disclosureindicator { | 28 .buttonbar .combobutton > div > span.disclosureindicator { |
| 29 -webkit-transform: rotate(90deg); | 29 -webkit-transform: rotate(90deg); |
| 30 } | 30 } |
| 31 | 31 |
| 32 .buttonbar .combobutton[hidden] { | 32 .buttonbar .combobutton[hidden] { |
| 33 display: none; | 33 display: none; |
| 34 } | 34 } |
| OLD | NEW |