equal
deleted
inserted
replaced
|
1 /*! This file is auto-generated */ |
1 /*! |
2 /*! |
2 * jQuery UI CSS Framework 1.11.4 |
3 * jQuery UI CSS Framework 1.11.4 |
3 * http://jqueryui.com |
4 * http://jqueryui.com |
4 * |
5 * |
5 * Copyright jQuery Foundation and other contributors |
6 * Copyright jQuery Foundation and other contributors |
180 |
181 |
181 .ui-button { |
182 .ui-button { |
182 display: inline-block; |
183 display: inline-block; |
183 text-decoration: none; |
184 text-decoration: none; |
184 font-size: 13px; |
185 font-size: 13px; |
185 line-height: 26px; |
186 line-height: 2; |
186 height: 28px; |
187 height: 28px; |
187 margin: 0; |
188 margin: 0; |
188 padding: 0 10px 1px; |
189 padding: 0 10px 1px; |
189 cursor: pointer; |
190 cursor: pointer; |
190 border-width: 1px; |
191 border-width: 1px; |
226 |
227 |
227 .ui-button:active { |
228 .ui-button:active { |
228 background: #eee; |
229 background: #eee; |
229 border-color: #999; |
230 border-color: #999; |
230 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
231 box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5); |
231 transform: translateY(1px); |
|
232 } |
232 } |
233 |
233 |
234 .ui-button[disabled], |
234 .ui-button[disabled], |
235 .ui-button:disabled { |
235 .ui-button:disabled { |
236 color: #a0a5aa !important; |
236 color: #a0a5aa !important; |
262 top: 0; |
262 top: 0; |
263 right: 0; |
263 right: 0; |
264 z-index: 100102; |
264 z-index: 100102; |
265 background-color: #fff; |
265 background-color: #fff; |
266 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
266 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); |
|
267 overflow: hidden; |
267 } |
268 } |
268 |
269 |
269 .ui-dialog-titlebar { |
270 .ui-dialog-titlebar { |
270 background: #fcfcfc; |
271 background: #fcfcfc; |
271 border-bottom: 1px solid #dfdfdf; |
272 border-bottom: 1px solid #dfdfdf; |
272 height: 36px; |
273 height: 36px; |
273 font-size: 18px; |
274 font-size: 18px; |
274 font-weight: 600; |
275 font-weight: 600; |
275 line-height: 36px; |
276 line-height: 2; |
276 padding: 0 16px 0 36px; |
277 padding: 0 16px 0 36px; |
277 } |
278 } |
278 |
279 |
279 .ui-button.ui-dialog-titlebar-close { |
280 .ui-button.ui-dialog-titlebar-close { |
280 background: none; |
281 background: none; |
288 top: 0; |
289 top: 0; |
289 left: 0; |
290 left: 0; |
290 width: 36px; |
291 width: 36px; |
291 height: 36px; |
292 height: 36px; |
292 text-align: center; |
293 text-align: center; |
|
294 border-radius: 0; |
293 } |
295 } |
294 |
296 |
295 .ui-dialog-titlebar-close:before { |
297 .ui-dialog-titlebar-close:before { |
296 font: normal 20px/1 dashicons; |
298 font: normal 20px/1 dashicons; |
297 vertical-align: top; |
299 vertical-align: top; |
298 speak: none; |
300 speak: none; |
299 -webkit-font-smoothing: antialiased; |
301 -webkit-font-smoothing: antialiased; |
300 -moz-osx-font-smoothing: grayscale; |
302 -moz-osx-font-smoothing: grayscale; |
301 line-height: 36px; |
303 line-height: 1.8; |
302 width: 36px; |
304 width: 36px; |
303 height: 36px; |
305 height: 36px; |
304 content: "\f158"; |
306 content: "\f158"; |
305 } |
307 } |
306 |
308 |
307 .ui-button.ui-dialog-titlebar-close:hover { |
309 .ui-button.ui-dialog-titlebar-close:hover, |
308 color: #00a0d2; |
310 .ui-button.ui-dialog-titlebar-close:focus { |
|
311 color: #006799; |
|
312 } |
|
313 |
|
314 .ui-button.ui-dialog-titlebar-close:focus { |
|
315 box-shadow: |
|
316 0 0 0 1px #5b9dd9, |
|
317 0 0 2px 1px rgba(30, 140, 190, 0.8); |
|
318 /* Only visible in Windows High Contrast mode */ |
|
319 outline: 2px solid transparent; |
|
320 outline-offset: -2px; |
309 } |
321 } |
310 |
322 |
311 .ui-dialog-titlebar-close .ui-button-text { |
323 .ui-dialog-titlebar-close .ui-button-text { |
312 display: none; |
324 display: none; |
313 } |
325 } |