2 * Copyright (c) 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
9 border: 1px solid rgba
(196, 196, 196, 0.9);
10 border-top: 1px solid rgba
(196, 196, 196, 0.5);
13 background-color: rgb
(240, 240, 240);
14 box-shadow: 0 5px 10px rgba
(0, 0, 0, 0.25);
18 .soft-context-menu-item {
23 border-top: 1px solid transparent
;
24 border-bottom: 1px solid transparent
;
25 padding: 2px 7px 2px 8px;
31 .soft-context-menu-separator {
36 .soft-context-menu-separator > .separator-line {
39 border-bottom: 1px solid rgb
(222, 222, 222);
43 .soft-context-menu-item-mouse-over {
44 border-top: 1px solid rgb
(56, 121, 217);
45 border-bottom: 1px solid rgb
(56, 121, 217);
46 background-color: rgb
(56, 121, 217);
50 :host-context
(.platform-mac
) .soft-context-menu-item-mouse-over
{
51 border-top: 1px solid transparent
;
52 border-bottom: 1px solid transparent
;
53 background-image: linear-gradient
(to right
, hsl
(214, 81%, 60%), hsl
(214, 100%, 56%));
56 :host-context
(.platform-mac
) .separator-line
{
60 .soft-context-menu-item-submenu-arrow {
67 .soft-context-menu-item-mouse-over .soft-context-menu-item-checkmark {
71 .soft-context-menu-custom-item {
73 justify-content: center
;
78 .soft-context-menu-shortcut {
86 .soft-context-menu-item-mouse-over .soft-context-menu-shortcut {
91 background-image: url
(Images/toolbarButtonGlyphs.png);
92 background-size: 352px 168px;
96 background-position: -128px -109px;
97 display: inline-block
;
99 margin: auto
5px auto
0px;
102 @media (-webkit-min-device-pixel-ratio: 1.5) {
104 background-image: url
(Images/toolbarButtonGlyphs_2x.png);