X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Flib%2Fooui%2Foojs-ui-core-apex.css;h=bb5819025f5a53ca954cd40e0aa1ced597db5898;hb=f46dd8255af5f3b18f6dd89f82e3a99808279621;hp=ce6f4d980ca34549d373212411977252dffd2a3a;hpb=3ec2e54afa213457b5aea0e2b9ce15a878158c34;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/lib/ooui/oojs-ui-core-apex.css b/resources/lib/ooui/oojs-ui-core-apex.css index ce6f4d980c..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.2 + * 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-10T12:25:14Z + * 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; } @@ -773,7 +781,8 @@ body:not( :-moz-handler-blocked ) .oo-ui-fieldsetLayout { } .oo-ui-messageWidget.oo-ui-messageWidget-block { border: 1px solid; - padding: 1.5625em 1.875em; + padding: 1.25em 1.875em; + font-weight: normal; } .oo-ui-messageWidget.oo-ui-messageWidget-block.oo-ui-flaggedElement-error { background-color: #ffdcdc; @@ -1377,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;