OOUI: Apex: Point pending.gif texture to a directory that exists
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 13 Apr 2018 19:54:46 +0000 (12:54 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 13 Apr 2018 19:54:46 +0000 (12:54 -0700)
This is a manual cherry-pick of I6ad0ce9d62245255e.

Bug: T192173
Change-Id: I74374c49407dcb789ef8a9219158a9a773c09d81

resources/lib/oojs-ui/oojs-ui-core-apex.css
resources/lib/oojs-ui/oojs-ui-windows-apex.css

index ff8064a..1f9f8d6 100644 (file)
   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;
index 551e840..9dd3521 100644 (file)
@@ -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;