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:
parent
eb188bef3c
commit
c32bbd6c70
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue