~canonical-sysadmins/wordpress/5.1.4

« back to all changes in this revision

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

  • Committer: Barry Price
  • Date: 2019-02-22 03:51:26 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: barry.price@canonical.com-20190222035126-o28k38qs8jfyjsxt
Merge WP5.1 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
textarea:focus {
53
53
        border-color: #5b9dd9;
54
54
        box-shadow: 0 0 2px rgba( 30, 140, 190, 0.8 );
 
55
        /* Only visible in Windows High Contrast mode */
 
56
        outline: 2px solid transparent;
55
57
}
56
58
 
57
59
/* rtl:ignore */
228
230
}
229
231
 
230
232
::-moz-placeholder {
231
 
   color: #72777c;
232
 
   opacity: 1;
 
233
        color: #72777c;
 
234
        opacity: 1;
233
235
}
234
236
 
235
237
:-ms-input-placeholder {
236
238
        color: #72777c;
237
239
}
238
240
 
239
 
.form-invalid input, .form-invalid input:focus,
240
 
.form-invalid select, .form-invalid select:focus {
 
241
.form-invalid input,
 
242
.form-invalid input:focus,
 
243
.form-invalid select,
 
244
.form-invalid select:focus {
241
245
        border-color: #dc3232 !important;
242
 
 box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 );
 
246
        box-shadow: 0 0 2px rgba( 204, 0, 0, 0.8 );
243
247
}
244
248
 
245
249
.form-table .form-required.form-invalid td:after {
252
256
 
253
257
/* Adjust error indicator for password layout */
254
258
.form-table .form-required.user-pass1-wrap.form-invalid td:after {
255
 
        content: '';
 
259
        content: "";
256
260
}
257
261
 
258
262
.form-table .form-required.user-pass1-wrap.form-invalid .password-input-wrapper:after {
259
 
        content: '\f534';
 
263
        content: "\f534";
260
264
        font: normal 20px/1 dashicons;
261
265
        color: #dc3232;
262
266
        margin: 0 -29px 0 6px;
504
508
}
505
509
 
506
510
.pw-weak {
507
 
        display:none;
 
511
        display: none;
508
512
}
509
513
 
510
514
.indicator-hint {
972
976
}
973
977
 
974
978
#request-filesystem-credentials-title {
975
 
    font-size: 1.3em;
976
 
    margin: 1em 0;
 
979
        font-size: 1.3em;
 
980
        margin: 1em 0;
977
981
}
978
982
 
979
983
.request-filesystem-credentials-form legend {
1155
1159
}
1156
1160
 
1157
1161
.status-label {
1158
 
        font-weight: bold;
 
1162
        font-weight: 600;
1159
1163
}
1160
1164
 
1161
1165
.status-label.status-request-pending {
1162
 
        font-weight: normal;
 
1166
        font-weight: 400;
1163
1167
        font-style: italic;
1164
1168
        color: #6c7781;
1165
1169
}
1166
1170
 
1167
1171
.status-label.status-request-failed {
1168
1172
        color: #aa0000;
1169
 
        font-weight: bold;
 
1173
        font-weight: 600;
1170
1174
}
1171
1175
 
1172
1176
.wp-privacy-request-form {
1178
1182
}
1179
1183
 
1180
1184
.wp-privacy-request-form label {
1181
 
        font-weight: bold;
 
1185
        font-weight: 600;
1182
1186
        line-height: 1.5;
1183
1187
        padding-bottom: .5em;
1184
1188
        display: block;
1214
1218
/* =Media Queries
1215
1219
-------------------------------------------------------------- */
1216
1220
 
1217
 
@media screen and ( max-width: 782px ) {
 
1221
@media screen and (max-width: 782px) {
1218
1222
        /* Input Elements */
1219
1223
        textarea {
1220
1224
                -webkit-appearance: none;
1490
1494
 
1491
1495
        /* Privacy Policy settings screen */
1492
1496
        .tools-privacy-policy-page form.wp-create-privacy-page {
1493
 
            margin-bottom: 1em;
 
1497
                margin-bottom: 1em;
1494
1498
        }
1495
1499
 
1496
 
        .tools-privacy-policy-page input#set-page,
 
1500
        .tools-privacy-policy-page input#set-page,
1497
1501
        .tools-privacy-policy-page select {
1498
1502
                margin: 10px 0 0;
1499
1503
        }
1500
1504
 
1501
1505
        .tools-privacy-policy-page .wp-create-privacy-page span {
1502
 
            display: block;
1503
 
            margin-bottom: 1em;
 
1506
                display: block;
 
1507
                margin-bottom: 1em;
1504
1508
        }
1505
1509
 
1506
1510
        .tools-privacy-policy-page .wp-create-privacy-page .button {
1507
 
            margin-right: 0;
 
1511
                margin-right: 0;
1508
1512
        }
1509
1513
 
1510
1514
        .wp-list-table.privacy_requests tr:not(.inline-edit-row):not(.no-items) td.column-primary:not(.check-column) {
1527
1531
        }
1528
1532
 
1529
1533
        .form-wrap .form-field {
1530
 
                padding:0;
 
1534
                padding: 0;
1531
1535
        }
1532
1536
 
1533
1537
        /* users */
1538
1542
}
1539
1543
 
1540
1544
@media only screen and (max-height: 480px), screen and (max-width: 450px) {
1541
 
        /*  Request Credentials / File Editor Warning */
 
1545
        /* Request Credentials / File Editor Warning */
1542
1546
        .request-filesystem-credentials-dialog .notification-dialog,
1543
1547
        .file-editor-warning .notification-dialog {
1544
1548
                width: 100%;