Fix unstyled updatedmarker
This is the "changed since your last visit" marker that you'll see on ?action=history for a page on your watchlist, marking edits that were made since you last viewed the page. updatedmarker is styled by some skins, but not all of them. I figured it's probably better to style it from history-specific CSS in core than to fix Vector to style it. Bug: T134515 Change-Id: I123f0b19e3869d3885bb38b7a5609941fcee600b
This commit is contained in:
parent
7e7b5c181d
commit
d629541076
1 changed files with 5 additions and 0 deletions
|
|
@ -2,3 +2,8 @@
|
|||
#pagehistory li.after input[name="diff"] {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
span.updatedmarker {
|
||||
color: black;
|
||||
background-color: #0f0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue