Security update for Core, with self-updated composer
[yaffs-website] / web / core / assets / vendor / jquery.ui / themes / base / selectmenu.css
index 2417b6b4018b4ab614cd98a4f242904cf780ab6b..bf813dc3156e578057c884d97fe807b62a3d3529 100644 (file)
@@ -1,5 +1,5 @@
 /*!
- * jQuery UI Selectmenu 1.11.4
+ * jQuery UI Selectmenu 1.12.1
  * http://jqueryui.com
  *
  * Copyright jQuery Foundation and other contributors
@@ -18,7 +18,6 @@
 }
 .ui-selectmenu-menu .ui-menu {
        overflow: auto;
-       /* Support: IE7 */
        overflow-x: hidden;
        padding-bottom: 1px;
 }
 .ui-selectmenu-open {
        display: block;
 }
-.ui-selectmenu-button {
-       display: inline-block;
-       overflow: hidden;
-       position: relative;
-       text-decoration: none;
-       cursor: pointer;
-}
-.ui-selectmenu-button span.ui-icon {
-       right: 0.5em;
-       left: auto;
-       margin-top: -8px;
-       position: absolute;
-       top: 50%;
-}
-.ui-selectmenu-button span.ui-selectmenu-text {
-       text-align: left;
-       padding: 0.4em 2.1em 0.4em 1em;
+.ui-selectmenu-text {
        display: block;
-       line-height: 1.4;
+       margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
+}
+.ui-selectmenu-button.ui-button {
+       text-align: left;
        white-space: nowrap;
+       width: 14em;
+}
+.ui-selectmenu-icon.ui-icon {
+       float: right;
+       margin-top: 0;
 }