core.css (1574B)
1 /*! 2 * jQuery UI CSS Framework 1.12.1 3 * http://jqueryui.com 4 * 5 * Copyright jQuery Foundation and other contributors 6 * Released under the MIT license. 7 * http://jquery.org/license 8 * 9 * http://api.jqueryui.com/category/theming/ 10 */ 11 12 /* Layout helpers 13 ----------------------------------*/ 14 .ui-helper-hidden { 15 display: none; 16 } 17 .ui-helper-hidden-accessible { 18 border: 0; 19 clip: rect(0 0 0 0); 20 height: 1px; 21 margin: -1px; 22 overflow: hidden; 23 padding: 0; 24 position: absolute; 25 width: 1px; 26 } 27 .ui-helper-reset { 28 margin: 0; 29 padding: 0; 30 border: 0; 31 outline: 0; 32 line-height: 1.3; 33 text-decoration: none; 34 font-size: 100%; 35 list-style: none; 36 } 37 .ui-helper-clearfix:before, 38 .ui-helper-clearfix:after { 39 content: ""; 40 display: table; 41 border-collapse: collapse; 42 } 43 .ui-helper-clearfix:after { 44 clear: both; 45 } 46 .ui-helper-zfix { 47 width: 100%; 48 height: 100%; 49 top: 0; 50 left: 0; 51 position: absolute; 52 opacity: 0; 53 filter:Alpha(Opacity=0); /* support: IE8 */ 54 } 55 56 .ui-front { 57 z-index: 100; 58 } 59 60 61 /* Interaction Cues 62 ----------------------------------*/ 63 .ui-state-disabled { 64 cursor: default !important; 65 pointer-events: none; 66 } 67 68 69 /* Icons 70 ----------------------------------*/ 71 .ui-icon { 72 display: inline-block; 73 vertical-align: middle; 74 margin-top: -.25em; 75 position: relative; 76 text-indent: -99999px; 77 overflow: hidden; 78 background-repeat: no-repeat; 79 } 80 81 .ui-widget-icon-block { 82 left: 50%; 83 margin-left: -8px; 84 display: block; 85 } 86 87 /* Misc visuals 88 ----------------------------------*/ 89 90 /* Overlays */ 91 .ui-widget-overlay { 92 position: fixed; 93 top: 0; 94 left: 0; 95 width: 100%; 96 height: 100%; 97 }