Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / media_router / elements / route_details / route_details.css
blob436c5e3ec55524822b169deacab078da83d08063
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #close-route-button {
6 background-color: white;
7 color: rgb(33, 150, 243);
8 text-align: -webkit-right;
11 #route-details-header {
12 background-color: rgb(33, 150, 243);
13 font-size: 1.4em;
16 #route-information {
17 -webkit-padding-start: 30px;
18 height: 75px;
19 line-height: 1.125em;
22 #route-status {
23 color: rgb(125, 125, 125);
24 margin: 8px 0;
27 #route-title {
28 font-weight: bold;
29 margin: 8px 0;
30 overflow: hidden;