Clean up updatedmarker styling mess
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 28 May 2016 15:17:25 +0000 (17:17 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 28 May 2016 15:17:51 +0000 (17:17 +0200)
This is the follow-up to d629541076c29ce4a7ec50d69a5e5969b409f16d
that b09bfb7bf6b811f9657a606d611a7f889a5e013e meant to be but failed.
It updates the right file this time, and removes the old override for
old skins.

Bug: T134515
Change-Id: I074688562e4da8c7c32d9f2bae67cd601e9b5f65

resources/src/mediawiki.action/mediawiki.action.history.css
resources/src/mediawiki.legacy/oldshared.css

index 835383e..95e92ae 100644 (file)
@@ -3,7 +3,6 @@
        visibility: hidden;
 }
 
-span.updatedmarker {
-       color: #000;
-       background-color: #0f0;
+.updatedmarker {
+       background-color: #b7f430;
 }
index f6c3cdb..7ccf59e 100644 (file)
@@ -294,10 +294,6 @@ span.unpatrolled {
        color: #f00;
 }
 
-.updatedmarker {
-       background-color: #b7f430;
-}
-
 div.gallerybox {
        width: 150px;
 }