Rahul21 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/49479


Change subject: (Bug-34798) Synced the FeedUtils.php page with 
mediawiki.action.history.diff.css for REL_20
......................................................................

(Bug-34798) Synced the FeedUtils.php page with 
mediawiki.action.history.diff.css for REL_20

->In the $styles array in the applyDiffStyle($text) function which is in 
FeedUtils.php,syncd the background of diff-context,diff-addedline,diff-deleted 
line

Change-Id: Icbfb6cfc659652c146e565b760d0815640fdad64
---
M includes/FeedUtils.php
1 file changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/79/49479/1

diff --git a/includes/FeedUtils.php b/includes/FeedUtils.php
index ac399b5..b16cc1f 100644
--- a/includes/FeedUtils.php
+++ b/includes/FeedUtils.php
@@ -244,9 +244,9 @@
                        'diff'             => 'background-color: white; 
color:black;',
                        'diff-otitle'      => 'background-color: white; 
color:black; text-align: center',
                        'diff-ntitle'      => 'background-color: white; 
color:black; text-align: center',
-                       'diff-addedline'   => 'background: #cfc; color:black; 
font-size: smaller;',
-                       'diff-deletedline' => 'background: #ffa; color:black; 
font-size: smaller;',
-                       'diff-context'     => 'background: #eee; color:black; 
font-size: smaller;',
+                       'diff-addedline'   => 'background: #cfc; color:black; 
font-size: 88%; border-color: #a3d3ff;',
+                       'diff-deletedline' => 'background: #ffa; color:black; 
font-size: 88%; border-color: #ffe49c;',
+                       'diff-context'     => 'background: #f9f9f9; color: 
#333333; font-size: 88%; border-color: #e6e6e6; color: #333333;',
                        'diffchange'       => 'color: red; font-weight: bold; 
text-decoration: none;',
                );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/49479
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbfb6cfc659652c146e565b760d0815640fdad64
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Rahul21 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to