Security update for Core, with self-updated composer
[yaffs-website] / web / core / assets / vendor / jquery.ui / themes / base / core.css
index 154f1f89f606282efa74af7e83aad91d95abfc00..a4c1b2de87fe8cb69f00ed85d47fa8a4718b9139 100644 (file)
@@ -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%;
 ----------------------------------*/
 .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
 ----------------------------------*/