X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fassets%2Fvendor%2Fjquery.ui%2Fthemes%2Fbase%2Fcore.css;fp=web%2Fcore%2Fassets%2Fvendor%2Fjquery.ui%2Fthemes%2Fbase%2Fcore.css;h=a4c1b2de87fe8cb69f00ed85d47fa8a4718b9139;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=154f1f89f606282efa74af7e83aad91d95abfc00;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/assets/vendor/jquery.ui/themes/base/core.css b/web/core/assets/vendor/jquery.ui/themes/base/core.css index 154f1f89f..a4c1b2de8 100644 --- a/web/core/assets/vendor/jquery.ui/themes/base/core.css +++ b/web/core/assets/vendor/jquery.ui/themes/base/core.css @@ -1,5 +1,5 @@ /*! - * jQuery UI CSS Framework 1.11.4 + * jQuery UI CSS Framework 1.12.1 * http://jqueryui.com * * Copyright jQuery Foundation and other contributors @@ -43,9 +43,6 @@ .ui-helper-clearfix:after { clear: both; } -.ui-helper-clearfix { - min-height: 0; /* support: IE7 */ -} .ui-helper-zfix { width: 100%; height: 100%; @@ -65,20 +62,27 @@ ----------------------------------*/ .ui-state-disabled { cursor: default !important; + pointer-events: none; } /* Icons ----------------------------------*/ - -/* states and images */ .ui-icon { - display: block; + display: inline-block; + vertical-align: middle; + margin-top: -.25em; + position: relative; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } +.ui-widget-icon-block { + left: 50%; + margin-left: -8px; + display: block; +} /* Misc visuals ----------------------------------*/