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
;
16 .toolbar-container button {
24 .toolbar-container div {
34 border-bottom-left-radius: 7px;
35 border-bottom-right-radius: 7px;
36 background-color: #4695ff;
37 -webkit-box-shadow: 0px 0px 10px rgba
(0, 0, 0, 0.5);
39 clip: rect
(0, 999px, 999px, -999px);
40 -webkit-transition: height
0.15s ease
;
43 .toolbar-stub-extended
,
44 .toolbar-visible .toolbar-stub {
50 border: 3px solid
#4695ff;
52 padding: 10px 7px 5px 7px;
53 background-color: #e9e9e9;
54 -webkit-box-shadow: 0px 0px 10px rgba
(0, 0, 0, 0.5);
58 /* Ensure that the 'connected to' string doesn't make the tool-bar overflow */
60 display: inline-block
;
63 margin-__MSG_@@
bidi_end_edge__: 8px;
68 float: __MSG_@@bidi_end_edge__
;
75 border-left: 5px solid transparent
;
76 border-right: 5px solid transparent
;
77 border-top: 5px solid white
;
81 -webkit-transition: bottom
0.15s ease
, opacity
0.1s linear
;
84 .toolbar-stub-extended
.arrow-down
,
85 .toolbar-visible .arrow-down {
90 .toolbar-stub:hover .arrow-down {
94 .toolbar-visible .arrow-down {
95 -webkit-transform: rotate
(180deg);