Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / settings / settings_menu / settings_menu.css
blob281ea8602e38a4ce9c72612577fa15a30b8ef3d2
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 :host {
6 background-color: rgb(38, 50, 56);
7 color: white;
8 display: flex;
9 flex-direction: column;
10 overflow: auto;
13 paper-menu {
14 margin: 0;
15 padding-top: 20px;
18 paper-menu > * {
19 -webkit-padding-start: 40px;
20 font-size: 15px;
21 margin-bottom: 5px;
22 min-height: 45px;
25 paper-menu > *.iron-selected {
26 background-color: rgb(38, 166, 154);