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 -webkit-transition: top
0.15s ease
;
25 border-bottom-left-radius: 7px;
26 border-bottom-right-radius: 7px;
27 background-color: #4695ff;
28 box-shadow: 0px 0px 10px rgba
(0, 0, 0, 0.5);
30 clip: rect
(0, 999px, 999px, -999px);
31 -webkit-transition: height
0.15s ease
;
34 .toolbar-stub-extended
,
35 .toolbar-visible .toolbar-stub {
41 border: 3px solid
#4695ff;
43 padding: 10px 7px 5px 7px;
44 background-color: #e9e9e9;
45 box-shadow: 0px 0px 10px rgba
(0, 0, 0, 0.5);
47 display: -webkit-flex
;
50 .toolbar-border > div {
54 /* Ensure that the 'connected to' string doesn't make the tool-bar overflow */
62 margin-__MSG_@@
bidi_start_edge__: 0;
66 float: __MSG_@@bidi_end_edge__
;
73 border-left: 5px solid transparent
;
74 border-right: 5px solid transparent
;
75 border-top: 5px solid white
;
79 -webkit-transition: bottom
0.15s ease
, opacity
0.1s linear
;
82 .toolbar-stub-extended
.arrow-down
,
83 .toolbar-visible .arrow-down {
88 .toolbar-stub:hover .arrow-down {
92 .toolbar-visible .arrow-down {
93 -webkit-transform: rotate
(180deg);