OOUI: Apex: Point pending.gif texture to a directory that exists

This is a manual cherry-pick of I6ad0ce9d62245255e.

Bug: T192173
Change-Id: I74374c49407dcb789ef8a9219158a9a773c09d81
This commit is contained in:
Kunal Mehta 2018-04-13 12:54:46 -07:00
parent eb188bef3c
commit c32bbd6c70
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View 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;