~canonical-sysadmins/wordpress/4.8.3

« back to all changes in this revision

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

  • Committer: Ryan Finnie
  • Date: 2015-08-31 16:09:47 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: ryan.finnie@canonical.com-20150831160947-1h6rfxby9z1ec62u
Merge WP4.3 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
a:focus {
44
44
        color: #124964;
 
45
        -webkit-box-shadow:
 
46
                0 0 0 1px #5b9dd9,
 
47
                0 0 2px 1px rgba(30, 140, 190, .8);
 
48
        box-shadow:
 
49
                0 0 0 1px #5b9dd9,
 
50
                0 0 2px 1px rgba(30, 140, 190, .8);
45
51
}
46
52
 
47
 
a:focus,
48
 
a:active {
49
 
        outline: thin dotted;
 
53
.ie8 a:focus {
 
54
        outline: #5b9dd9 solid 1px;
50
55
}
51
56
 
52
57
p {
183
188
        color: #00a0d2;
184
189
}
185
190
 
 
191
.login #nav a:focus,
 
192
.login #backtoblog a:focus,
 
193
.login h1 a:focus {
 
194
        color: #124964;
 
195
}
 
196
 
186
197
.login form .input,
187
198
.login input[type="text"] {
188
199
        font-size: 24px;
202
213
        font-family: sans-serif;
203
214
}
204
215
 
 
216
.login-action-rp input[type="text"] {
 
217
        -webkit-box-shadow: none;
 
218
        box-shadow: none;
 
219
        margin: 0;
 
220
}
 
221
 
205
222
.login #pass-strength-result {
206
 
        width: 250px;
207
223
        font-weight: 600;
208
 
        margin: 12px 0 6px;
 
224
        margin: -1px 0 16px 5px;
209
225
        padding: 6px 5px;
210
226
        text-align: center;
 
227
        width: 100%;
211
228
}
212
229
 
213
230
.mobile #login {