summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/media_router/elements/media_router_header/media_router_header.css
blob: 22fee5d50e91a2b05633bc57c73103cfa7bcf084 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/* Copyright 2015 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. */

#arrow-drop-container {
  flex-grow: 1;
}

#arrow-drop-icon::shadow #icon {
  height: 20px;
  width: 20px;
}

#back-button::shadow #icon {
  height: 20px;
  width: 20px;
}

#back-button-container {
  -webkit-padding-end: 12px;
}

#close-button {
  -webkit-margin-start: auto;
}

#close-button::shadow #icon {
  height: 15px;
  width: 15px;
}

#close-button-container {
  -webkit-padding-end: 16px;
  -webkit-padding-start: 24px;
}

#header-text {
  -webkit-padding-end: 4px;
  color: white;
  font-size: 1.175em;
  margin: 0;
}

paper-icon-button {
  display: inline;
}

paper-toolbar {
  -webkit-padding-start: 8px;
  height: 52px;
}

paper-toolbar::shadow .toolbar-tools {
  padding: 0;
}

paper-toolbar.cast-mode-list {
  background-color: rgb(0, 150, 136);
}

paper-toolbar.filter {
  background-color: rgb(103, 58, 183);
}

paper-toolbar.issue {
  background-color: rgb(219, 68, 55);
}

paper-toolbar.route-details,
paper-toolbar.sink-list {
  background-color: rgb(33, 150, 243);
}