~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-includes/css/jquery-ui-dialog.css

  • Committer: Nick Moffitt
  • Date: 2016-04-14 10:43:32 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: nick.moffitt@canonical.com-20160414104332-61kvsia27qpmjquk
new upstream release 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
        color: #555;
201
201
        border-color: #cccccc;
202
202
        background: #f7f7f7;
203
 
        -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
204
 
        box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
205
 
        vertical-align: top;
 
203
        -webkit-box-shadow: 0 1px 0 #cccccc;
 
204
        box-shadow: 0 1px 0 #cccccc;
 
205
        vertical-align: top;
206
206
}
207
207
 
208
208
.ui-button:active,
212
212
 
213
213
/* Remove the dotted border on :focus and the extra padding in Firefox */
214
214
.ui-button::-moz-focus-inner {
215
 
        border-width: 1px 0;
216
 
        border-style: solid none;
217
 
        border-color: transparent;
 
215
        border-width: 0;
 
216
        border-style: none;
218
217
        padding: 0;
219
218
}
220
219
 
226
225
}
227
226
 
228
227
.ui-button:focus {
229
 
        -webkit-box-shadow:
230
 
                0 0 0 1px #5b9dd9,
231
 
                0 0 2px 1px rgba( 30, 140, 190, 0.8 );
232
 
        box-shadow:
233
 
                0 0 0 1px #5b9dd9,
234
 
                0 0 2px 1px rgba( 30, 140, 190, 0.8 );
 
228
        border-color: #5b9dd9;
 
229
        -webkit-box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
 
230
        box-shadow: 0 0 3px rgba( 0, 115, 170, .8 );
235
231
}
236
232
 
237
233
.ui-button:active {
238
234
        background: #eee;
239
235
        border-color: #999;
240
 
        color: #32373c;
241
236
        -webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
242
237
        box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
 
238
        -webkit-transform: translateY(1px);
 
239
        -ms-transform: translateY(1px);
 
240
        transform: translateY(1px);
243
241
}
244
242
 
245
243
.ui-button[disabled],
251
249
        box-shadow: none !important;
252
250
        text-shadow: 0 1px 0 #fff !important;
253
251
        cursor: default;
 
252
        -webkit-transform: none !important;
 
253
        -ms-transform: none !important;
 
254
        transform: none !important;
254
255
}
255
256
 
256
257
@media screen and ( max-width: 782px ) {
257
258
 
258
259
        .ui-button {
259
 
                padding: 10px 14px;
260
 
                line-height: 1;
 
260
                padding: 6px 14px;
 
261
                line-height: normal;
261
262
                font-size: 14px;
262
263
                vertical-align: middle;
263
264
                height: auto;