1 /* Copyright 2014 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.
8 bottom: 0; /* The vertical position is controlled by context_menu_dom.js */
10 background-color: #c4c4c4;
11 border: 1px solid
#a6a6a6;
13 transition-property: left
;
14 transition-duration: 0.3s;
15 box-shadow: 1px 1px 10px rgba
(0, 0, 0, 0.5);
21 #context-menu.menu-opened
{
34 .context-menu-icon:hover
,
35 .context-menu-stub:hover {
36 background-color: #d5d5d5;
39 #context-menu.opened
.context-menu-stub
,
40 .context-menu-icon:active {
41 background-color: #a6a6a6;
45 display: inline-block
;
48 background: url
("drag.webp");
63 border-left: 1px solid rgba
(255, 255, 255, 0.2);
64 border-top: 1px solid rgba
(255, 255, 255, 0.2);
73 list-style-type: none
;
75 outline: 1px solid rgba
(0, 0, 0, 0.2);
77 box-shadow: 0px 2px 4px rgba
(0, 0, 0, 0.2);
81 #context-menu ul
.menu-align-bottom
{
85 #context-menu ul:not
(.menu-align-bottom
) {
89 #context-menu ul
.opened
{
94 padding: 6px 44px 6px 30px;
98 #context-menu li:hover
{
99 background-color: #EEE;
102 #context-menu li
.selected
{
103 background-image: url
('tick.webp');
104 background-position: left center
;
105 background-repeat: no-repeat
;
108 #context-menu li
.menu-group-header
{
109 pointer-events: none
;
114 #context-menu li
.menu-group-item
{
118 .context-menu-screen {