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. */
6 -webkit-appearance: none
;
7 -webkit-padding-end: 15px;
8 -webkit-padding-start: 9px;
9 -webkit-transition: opacity
200ms;
10 -webkit-transition-delay: 100ms;
19 /* The padding increases the clickable area. */
25 .footer-menu-button:hover:not([menu-shown]) {
29 .footer-menu-button:hover:not([menu-shown]) .disclosure-triangle {
30 background-color: #666;
33 .footer-menu-button[menu-shown] {
37 .footer-menu-button[menu-shown] .disclosure-triangle {
38 background-color: #555;
42 -webkit-margin-end: 10px;
46 /* Needs to be above #footer. */
51 .footer-menu-context-menu {
55 /* TODO(dubroy): Unify this with tile page scrollbar. */
56 .footer-menu::-webkit-scrollbar-button {
60 .footer-menu::-webkit-scrollbar {
64 .footer-menu::-webkit-scrollbar-thumb {
65 background-color: #D9D9D9;
66 border: 2px solid white
;
70 -webkit-margin-end: 8px;
71 -webkit-margin-start: 0;
72 -webkit-padding-end: 0;
73 -webkit-padding-start: 22px;
74 background: no-repeat
0 50%;
75 background-color: transparent
!important
;
76 background-size: 16px 16px;
77 box-sizing: border-box
;
85 text-overflow: ellipsis
;
89 .footer-menu-item:not
(:hover
),
90 .footer-menu-item:not(:focus) {
91 text-decoration: none
;
94 .footer-menu-item:hover
,
95 .footer-menu-item:focus {
96 text-decoration: underline
;
99 .footer-menu-item:first-of-type {
103 .footer-menu-item:last-of-type {
104 margin-bottom: 0.25em;
107 .footer-menu section {
111 .footer-menu section h3 {
115 margin-bottom: 0.5em;
118 .footer-menu section:first-of-type h3 {
122 /* Used to add additional details to a section header */
123 .footer-menu section h3 .details {
124 color: rgb
(151, 156, 160);
129 .footer-menu section h3 .details::before {
130 content: '\2013'; /* En-dash character. */
134 html
[dir
='rtl'] .footer-menu-item
{
135 background: no-repeat
100% 50%;
139 background-image: url
('images/closed_window.png');
142 /* TODO(estade): find a better color for active. */
143 .footer-menu-item:active
,
144 .footer-menu-item:visited
,
145 .footer-menu-item:link {
146 color: hsl
(213, 90%, 24%) !important
;
149 .disclosure-triangle {
150 -webkit-margin-start: 2px;
151 -webkit-mask-image: url
('images/disclosure_triangle_mask.png');
152 background-color: #7F7F7F;
153 display: inline-block
;
158 .footer-menu-context-menu {
159 /* Needs to be above .footer-menu. */
164 background-color: rgb
(217, 217, 217);