~canonical-sysadmins/wordpress/4.9.1

« back to all changes in this revision

Viewing changes to wp-admin/css/install.css

  • Committer: Barry Price
  • Date: 2017-11-17 04:49:02 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: barry.price@canonical.com-20171117044902-5frux4ycbq6g9fyf
Merge WP4.9 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        padding: 20px 20px 10px 20px;
12
12
        max-width: 700px;
13
13
        -webkit-font-smoothing: subpixel-antialiased;
14
 
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
15
14
        box-shadow: 0 1px 3px rgba(0,0,0,0.13);
16
15
}
17
16
 
26
25
 
27
26
a:focus {
28
27
        color: #124964;
29
 
        -webkit-box-shadow:
30
 
                0 0 0 1px #5b9dd9,
31
 
                0 0 2px 1px rgba(30, 140, 190, .8);
32
28
        box-shadow:
33
29
                0 0 0 1px #5b9dd9,
34
30
                0 0 2px 1px rgba(30, 140, 190, .8);
93
89
#logo a {
94
90
        background-image: url(../images/w-logo-blue.png?ver=20131202);
95
91
        background-image: none, url(../images/wordpress-logo.svg?ver=20131107);
96
 
        -webkit-background-size: 84px;
97
92
        background-size: 84px;
98
93
        background-position: center top;
99
94
        background-repeat: no-repeat;
113
108
}
114
109
 
115
110
#logo a:focus {
116
 
        -webkit-box-shadow: none;
117
111
        box-shadow: none;
118
112
}
119
113
 
134
128
        border: 1px solid #ddd;
135
129
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
136
130
        width: 100%;
137
 
        -webkit-box-sizing: border-box;
138
 
        -moz-box-sizing: border-box;
139
131
        box-sizing: border-box;
140
132
}
141
133
 
175
167
        font-size: 15px;
176
168
        padding: 3px 5px;
177
169
        border: 1px solid #ddd;
178
 
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
179
170
        box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
180
171
}
181
172
 
237
228
        padding: 3px 5px;
238
229
        text-align: center;
239
230
        width: 218px;
240
 
        -webkit-box-sizing: border-box;
241
 
        -moz-box-sizing: border-box;
242
231
        box-sizing: border-box;
243
232
        opacity: 0;
244
233
}
386
375
                padding: 7px 10px;
387
376
                display: block;
388
377
                max-width: none;
389
 
                -webkit-box-sizing: border-box;
390
 
                -moz-box-sizing: border-box;
391
378
                box-sizing: border-box;
392
379
        }
393
380
 
415
402
 
416
403
.screen-reader-input,
417
404
.screen-reader-text {
 
405
        border: 0;
 
406
        clip: rect(1px, 1px, 1px, 1px);
 
407
        -webkit-clip-path: inset(50%);
 
408
        clip-path: inset(50%);
 
409
        height: 1px;
 
410
        margin: -1px;
 
411
        overflow: hidden;
 
412
        padding: 0;
418
413
        position: absolute;
419
 
        margin: -1px;
420
 
        padding: 0;
421
 
        height: 1px;
422
414
        width: 1px;
423
 
        overflow: hidden;
424
 
        clip: rect(0 0 0 0);
425
 
        border: 0;
 
415
        word-wrap: normal !important;
426
416
}
427
417
 
428
418
.spinner {
429
419
        background: url(../images/spinner.gif) no-repeat;
430
 
        -webkit-background-size: 20px 20px;
431
420
        background-size: 20px 20px;
432
421
        visibility: hidden;
433
422
        opacity: 0.7;