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. */
19 -webkit-padding-end: 19px;
20 -webkit-padding-start: 20px;
21 background-color: #F6F6F6;
22 border-bottom: 1px solid
#d2d2d2;
25 #print-preview #navbar-container
{
26 -webkit-border-end: 1px solid
#c8c8c8;
27 -webkit-box-orient: vertical
;
28 -webkit-user-select: none
;
29 background-color: white
;
36 #navbar-content-title {
45 #navbar-scroll-container {
48 border-top: 1px solid
#f3f3f3;
60 -webkit-padding-end: 20px;
65 .right-column
.checkbox
,
66 .right-column .radio {
70 .right-column
.checkbox label
,
71 .right-column .radio label {
76 .right-column .radio input[type='radio'] {
82 -webkit-padding-end: 20px;
83 -webkit-padding-start: 20px;
90 .two-column
.visible h1
,
91 .two-column.visible .right-column {
92 border-bottom: 1px solid
#e9e9e9;
97 .two-column:not(.visible) select {
104 -webkit-line-box-contain: block
;
114 #print-preview .navbar-link
{
115 -webkit-margin-start: 20px;
120 text-decoration: none
;
123 #print-preview .navbar-link:hover:not
(:disabled
) {
124 text-decoration: underline
;
127 #print-preview .navbar-link:disabled
{
128 color: rgba
(0, 0, 0, .5);
137 #print-preview button
.default
{
141 #print-preview button
.default:not
(:focus
):not
(:disabled
) {
142 border-color: #808080;
146 -webkit-transition: color
200ms;
158 -webkit-animation-duration: 200ms;
159 -webkit-animation-fill-mode: forwards
;
160 -webkit-user-select: text
;
161 color: rgb
(140, 20, 20);
169 -webkit-transition: margin
150ms, height
150ms, opacity
150ms;
170 background: transparent
;
171 height: 0 !important
;
180 .collapsible.visible {
181 -webkit-animation-duration: 200ms;
182 -webkit-animation-fill-mode: forwards
;
186 .collapsible.closing {
187 -webkit-transition: margin
150ms, height
150ms, opacity
150ms;
188 height: 0 !important
;
198 -webkit-user-select: none
;
216 -webkit-animation-duration: 200ms;
217 -webkit-animation-fill-mode: forwards
;
227 -webkit-transition: padding-top
100ms, height
100ms, opacity
200ms,
229 height: 0 !important
;
237 /* Individual settings sections */
239 /* TODO(estade): this should be in a shared location but I'm afraid of the
240 * damage it could do. */
242 display: none
!important
;
245 @-webkit-keyframes dancing-dots-jump
{
255 span
.jumping-dots
> span
{
256 -webkit-animation: dancing-dots-jump
1800ms infinite
;
261 span
.jumping-dots
> span:nth-child
(2) {
262 -webkit-animation-delay: 100ms;
265 span
.jumping-dots
> span:nth-child
(3) {
266 -webkit-animation-delay: 300ms;
269 /* TODO(estade): unfork this code. */
270 #print-header .button-strip
{
271 <if expr
="not pp_ifdef('toolkit_views')">
272 -webkit-box-direction: reverse
;
274 -webkit-box-orient: horizontal
;
275 -webkit-box-pack: end
;
276 display: -webkit-box
;
279 #print-header .button-strip button
{
280 -webkit-margin-start: 9px;
285 -webkit-box-orient: vertical
;
286 display: -webkit-box
;
291 -webkit-border-start: 1px solid
#dcdcdc;
293 -webkit-box-orient: vertical
;
294 display: -webkit-box
;
299 html:not
(.focus-outline-visible
)
300 :enabled:focus:-webkit-any
(input
[type
='checkbox'],
302 button
):not
(.link-button
) {
303 /* Cancel border-color for :focus specified in widgets.css. */
304 border-color: rgba
(0,0,0,0.25);
307 html:not
(.focus-outline-visible
) button:focus
.link-button
{