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-activator + ul {
15 .menu-button-activator + ul:not(.right-align) {
19 .menu-button-activator + ul.right-align {
23 .menu-button-activator.active + ul {
27 .menu-button-activator.active {
28 background-color: #EEE;
29 background-image: -webkit-gradient
(linear
, left top
, left bottom
,
30 from
(#EEE), to
(#E0E0E0));
31 box-shadow: inset
0px 1px 2px rgba
(0, 0, 0, 0.1);
32 border: 1px solid
#CCC;
36 .menu-button-activator .kd-disclosureindicator {
37 vertical-align: middle
;
45 list-style-type: none
;
47 outline: 1px solid rgba
(0, 0, 0, 0.2);
49 box-shadow: 0px 2px 4px rgba
(0, 0, 0, 0.2);
54 padding: 6px 44px 6px 30px;
58 .menu-button li:hover {
59 background-color: #EEE;
62 .menu-button li.menu-separator {
63 border-top: 1px solid
#EBEBEB;
69 .menu-button li.selected {
70 background-image: url
('tick.webp');
71 background-position: left center
;
72 background-repeat: no-repeat
;
77 border: 1px solid transparent
;
79 -webkit-transition: opacity
0.218s;
82 .help-icon:hover, .help-icon.active {
86 #help-feedback-toolbar {