X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fooui%2Foojs-ui-widgets-apex.css;h=0362e37f50f76c7396ac57d52c7ad974baad3d6f;hb=167f7844bdf91ee91ce8202edac47f719949d20c;hp=7b7c685e17c2b511b655895e70b9e53c0505692b;hpb=980357510425ef53f772a62af8be39e99d171a0f;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/ooui/oojs-ui-widgets-apex.css b/resources/lib/ooui/oojs-ui-widgets-apex.css index 7b7c685e17..0362e37f50 100644 --- a/resources/lib/ooui/oojs-ui-widgets-apex.css +++ b/resources/lib/ooui/oojs-ui-widgets-apex.css @@ -1,12 +1,12 @@ /*! - * OOUI v0.32.1 + * OOUI v0.33.0 * https://www.mediawiki.org/wiki/OOUI * * Copyright 2011–2019 OOUI Team and other contributors. * Released under the MIT license * http://oojs.mit-license.org * - * Date: 2019-06-05T16:24:16Z + * Date: 2019-06-27T03:27:33Z */ .oo-ui-draggableElement-handle:not( .oo-ui-draggableElement-undraggable ).oo-ui-widget { cursor: move; @@ -563,10 +563,10 @@ .oo-ui-tabSelectWidget-mobile:after { content: ''; position: absolute; - top: 0; - right: -1px; + bottom: 0; + right: 0; + height: 2.5em; width: 2em; - height: 100%; pointer-events: none; } .oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-framed:after { @@ -574,13 +574,13 @@ background-image: -webkit-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eee 100%); background-image: -moz-linear-gradient(left, rgba(238, 238, 238, 0) 0, #eee 100%); background-image: linear-gradient(to right, rgba(238, 238, 238, 0) 0, #eee 100%); - border-right: 1px solid #ccc; } .oo-ui-tabSelectWidget-mobile.oo-ui-tabSelectWidget-frameless:after { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #fff)); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%); background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%); background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%); + bottom: 2px; } .oo-ui-tabSelectWidget.oo-ui-widget-enabled:focus { outline: 0;