X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=resources%2Flib%2Fooui%2Foojs-ui-core-apex.css;h=bb5819025f5a53ca954cd40e0aa1ced597db5898;hp=5fe630ee128214b731edafed55e85a903208ef78;hb=54c93f1d384cd5accd2db2ebbb911e4d627c2980;hpb=574bd38c04cda411b6382046e0553d85fffc9aa9 diff --git a/resources/lib/ooui/oojs-ui-core-apex.css b/resources/lib/ooui/oojs-ui-core-apex.css index 5fe630ee12..bb5819025f 100644 --- a/resources/lib/ooui/oojs-ui-core-apex.css +++ b/resources/lib/ooui/oojs-ui-core-apex.css @@ -1,12 +1,12 @@ /*! - * OOUI v0.33.3 + * OOUI v0.34.0-pre (d5e74518ab) * 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-07-16T21:33:43Z + * Date: 2019-09-04T18:28:59Z */ .oo-ui-element-hidden { display: none !important; @@ -89,6 +89,14 @@ .oo-ui-buttonElement-frameless > .oo-ui-buttonElement-button:focus > .oo-ui-labelElement-label { color: #000; } +.oo-ui-buttonElement-frameless > .oo-ui-buttonElement-button:hover { + background-color: #fafafa; + color: #000; +} +.oo-ui-buttonElement-frameless > .oo-ui-buttonElement-button:active { + background-color: #ddd; + color: #000; +} .oo-ui-buttonElement-frameless.oo-ui-labelElement:first-child, .oo-ui-buttonElement-frameless.oo-ui-iconElement:first-child { margin-left: -0.3125em; @@ -267,7 +275,7 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - min-height: 3.125em; + min-height: 40px; -webkit-overflow-scrolling: touch; } @@ -1378,7 +1386,7 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { box-shadow: 0 0.15em 1em 0 rgba(0, 0, 0, 0.2); } .oo-ui-menuSelectWidget.oo-ui-clippableElement-clippable { - min-height: 2.286em; + min-height: 32px; } .oo-ui-menuSelectWidget-invisible { display: none;