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 {
14 text-align: __MSG_@@bidi_start_edge__
;
17 .menu-button-activator + ul:not(.right-align) {
21 .menu-button-activator + ul.right-align {
25 .menu-button-activator.active + ul {
29 button
.menu-button-activator
.active
{
30 background-color: #EEE;
31 background-image: -webkit-gradient
(linear
, left top
, left bottom
,
32 from
(#EEE), to
(#E0E0E0));
33 box-shadow: inset
0px 1px 2px rgba
(0, 0, 0, 0.1);
34 border: 1px solid
#CCC;
38 .menu-button-activator .kd-disclosureindicator {
39 vertical-align: middle
;
47 list-style-type: none
;
49 outline: 1px solid rgba
(0, 0, 0, 0.2);
51 box-shadow: 0px 2px 4px rgba
(0, 0, 0, 0.2);
56 padding: 6px 44px 6px 30px;
60 .menu-button li:hover {
61 background-color: #EEE;
64 .menu-button li.menu-separator {
65 border-top: 1px solid
#EBEBEB;
71 .menu-button li.selected {
72 background-image: url
('tick.webp');
73 background-position: left center
;
74 background-repeat: no-repeat
;
79 border: 1px solid transparent
;
81 -webkit-transition: opacity
0.218s;
84 .help-icon:hover, .help-icon.active {
88 #help-feedback-toolbar {