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. */
12 -webkit-transition: -webkit-transform
100ms;
15 .app-contents:active:not
(.suppress-active
),
16 .app:not
(.click-focus
):focus
.app-contents:not
(.suppress-active
),
17 .drag-representation:not(.placing) .app-contents {
18 -webkit-transform: scale
(1.1);
21 /* Don't animate the initial scaling. */
22 .app-contents:active:not
(.suppress-active
),
23 /* Active gets applied right before .suppress-active, so to avoid flicker
24 * we need to make the scale go back to normal without an animation. */
25 .app-contents.suppress-active {
26 -webkit-transition-duration: 0ms;
29 .app-contents > span {
32 text-overflow: ellipsis
;
37 /* -webkit-mask-image set by JavaScript to the image source. */
38 -webkit-mask-size: 100% 100%;
43 .app-img-container > * {
49 -webkit-box-align: center
;
50 -webkit-box-pack: center
;
51 background-color: white
;
52 border: 1px solid
#d5d5d5;
58 vertical-align: middle
;
62 .app-icon-div .app-img-container {
68 .app-icon-div .color-stripe {
69 border-bottom-left-radius: 5px 5px;
70 border-bottom-right-radius: 5px 5px;
79 .app-context-menu > button:first-child {
87 .app-context-menu > [checked]::before {
91 .launch-click-target {
95 .app-img-container > img:first-child {
103 #app-launcher-promo {
104 background-color: white
;
105 border: 1px solid lightgray
;
106 border-bottom-width: 3px;
108 border-top-width: 2px;
117 #app-launcher-promo > .close-button
{
133 .apps-promo-learn-more {
134 background-color: rgb
(77, 144, 254);
135 border: 1px solid rgb
(47, 91, 183);
147 text-decoration: none
;
152 .apps-promo-learn-more:hover {
153 background-image: -webkit-linear-gradient
(
154 top
, rgb
(77, 144, 254), rgb
(53, 122, 232));
155 border: 1px solid rgb
(47, 91, 183);
158 #app-launcher-promo > img
{