From: Kunal Mehta Date: Fri, 13 Apr 2018 19:54:46 +0000 (-0700) Subject: OOUI: Apex: Point pending.gif texture to a directory that exists X-Git-Tag: 1.31.0-rc.0~80^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=c32bbd6c704834f882a66826dd769a7451d37ee5;hp=eb188bef3c3b04aafe4e8283875786b03c01e5e3;p=lhc%2Fweb%2Fwiklou.git OOUI: Apex: Point pending.gif texture to a directory that exists This is a manual cherry-pick of I6ad0ce9d62245255e. Bug: T192173 Change-Id: I74374c49407dcb789ef8a9219158a9a773c09d81 --- diff --git a/resources/lib/oojs-ui/oojs-ui-core-apex.css b/resources/lib/oojs-ui/oojs-ui-core-apex.css index ff8064adb2..1f9f8d67ee 100644 --- a/resources/lib/oojs-ui/oojs-ui-core-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-core-apex.css @@ -316,7 +316,7 @@ font-weight: bold; } .oo-ui-pendingElement-pending { - background-image: /* @embed */ url(themes/apex/images/textures/pending.gif); + background-image: /* @embed */ url(themes/wikimediaui/images/textures/pending.gif); } .oo-ui-fieldLayout { display: block; diff --git a/resources/lib/oojs-ui/oojs-ui-windows-apex.css b/resources/lib/oojs-ui/oojs-ui-windows-apex.css index 551e840e7c..9dd35213cc 100644 --- a/resources/lib/oojs-ui/oojs-ui-windows-apex.css +++ b/resources/lib/oojs-ui/oojs-ui-windows-apex.css @@ -9,7 +9,7 @@ * Date: 2018-04-10T22:15:43Z */ .oo-ui-actionWidget.oo-ui-pendingElement-pending { - background-image: /* @embed */ url(themes/apex/images/textures/pending.gif); + background-image: /* @embed */ url(themes/wikimediaui/images/textures/pending.gif); } .oo-ui-window { background-color: transparent;