~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/css/media-rtl.css

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
302
302
#find-posts-close {
303
303
        width: 36px;
304
304
        height: 36px;
 
305
        border: none;
 
306
        padding: 0;
305
307
        position: absolute;
306
308
        top: 0;
307
309
        left: 0;
308
310
        cursor: pointer;
309
311
        text-align: center;
 
312
        background: none;
310
313
        color: #666;
311
314
}
312
315
 
313
 
#find-posts-close:hover {
 
316
#find-posts-close:hover,
 
317
#find-posts-close:focus {
314
318
        color: #00a0d2;
315
319
}
316
320
 
 
321
#find-posts-close:focus {
 
322
        outline: none;
 
323
        -webkit-box-shadow:
 
324
                0 0 0 1px #5b9dd9,
 
325
                0 0 2px 1px rgba(30, 140, 190, .8);
 
326
        box-shadow:
 
327
                0 0 0 1px #5b9dd9,
 
328
                0 0 2px 1px rgba(30, 140, 190, .8);
 
329
}
 
330
 
317
331
#find-posts-close:before {
318
332
        font: normal 20px/36px dashicons;
319
333
        vertical-align: top;
799
813
}
800
814
 
801
815
.edit-attachment-frame .attachment-info .filename {
802
 
        font-weight: normal;
 
816
        font-weight: 400;
803
817
        color: #666;
804
818
}
805
819