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
3 * found in the LICENSE file.
10 .menu-button button + ul {
17 .menu-button button.active + ul {
21 .menu-button button.active {
22 background-color: #EEE;
23 background-image: -webkit-gradient
(linear
, left top
, left bottom
,
24 from
(#EEE), to
(#E0E0E0));
25 box-shadow: inset
0px 1px 2px rgba
(0, 0, 0, 0.1);
26 border: 1px solid
#CCC;
30 .menu-button button .kd-disclosureindicator {
31 vertical-align: middle
;
39 list-style-type: none
;
41 outline: 1px solid rgba
(0, 0, 0, 0.2);
43 box-shadow: 0px 2px 4px rgba
(0, 0, 0, 0.2);
48 padding: 6px 44px 6px 30px;
52 .menu-button li:hover {
53 background-color: #EEE;
56 .menu-button li.menu-separator {
57 border-top: 1px solid
#EBEBEB;
63 .menu-button li.selected {
64 background-image: url
('tick.webp');
65 background-position: left center
;
66 background-repeat: no-repeat
;