~canonical-sysadmins/wordpress/4.2

« back to all changes in this revision

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

  • Committer: Paul Gear
  • Date: 2015-04-24 01:35:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: paul.gear@canonical.com-20150424013520-w4p9ksth76zh6opw
Merge new upstream release 4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
}
17
17
 
18
18
a {
19
 
        color: #0074a2;
 
19
        color: #0073aa;
20
20
        text-decoration: none;
21
21
}
22
22
 
23
23
a:hover {
24
 
        color: #2ea2cc;
 
24
        color: #00a0d2;
25
25
}
26
26
 
27
27
h1 {
237
237
        background-color: #ffebe8;
238
238
}
239
239
 
240
 
/* @noflip */
 
240
/* rtl:ignore */
241
241
#dbname,
242
242
#uname,
243
243
#pwd,
333
333
        display: block;
334
334
        border: 1px solid #ddd;
335
335
        background-color: #fff;
336
 
        color: #333;
 
336
        color: #32373c;
337
337
        font-size: 16px;
338
338
        font-family: Arial, sans-serif;
339
339
        font-weight: normal;
378
378
 * HiDPI Displays
379
379
 */
380
380
@media print,
381
 
  (-o-min-device-pixel-ratio: 5/4),
382
381
  (-webkit-min-device-pixel-ratio: 1.25),
383
382
  (min-resolution: 120dpi) {
384
383