summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/file_manager/css/combobutton.css
blob: a1a5e8ec9d57a6063e642fcd70550c9aebe6fa98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

.buttonbar button.combobutton {
  -webkit-box-align: stretch;
  display: -webkit-box;
}

body[new-ui] .buttonbar button {
  -webkit-margin-start: 10px;
}

.buttonbar .combobutton > .action {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  padding-left: 21px;
}

.buttonbar .combobutton > .trigger {
  border-left: solid 1px #dcdcdc;
  margin-left: 8px;
  margin-right: -8px;
  width: 22px;
}

.buttonbar .combobutton:not([multiple]) > .trigger {
  display: none;
}

.buttonbar .combobutton > div > span.disclosureindicator {
  -webkit-transform: rotate(90deg);
}

.buttonbar .combobutton[hidden] {
  display: none;
}