Santhosh has uploaded a new change for review.

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

Change subject: Improve the coloring of error and success messages.
......................................................................

Improve the coloring of error and success messages.

Using https://tools.wmflabs.org/styleguide/desktop/section-5.html#section-5.2
style guide.

Change-Id: I171363af742eda65dded51c97a7d329950cd06f0
---
M modules/header/styles/ext.cx.header.less
1 file changed, 9 insertions(+), 3 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/61/258961/1

diff --git a/modules/header/styles/ext.cx.header.less 
b/modules/header/styles/ext.cx.header.less
index 11e5b6d..99c0ea6 100644
--- a/modules/header/styles/ext.cx.header.less
+++ b/modules/header/styles/ext.cx.header.less
@@ -72,12 +72,18 @@
        padding: 10px;
 
        &.cx-error {
-               background-color: #F7D358;
+               border: 1px solid #fac5c5;
+               background-color: #fae3e3;
+               text-shadow: 0 1px #fae3e3;
+               .details {
+                       padding: 20px;
+               }
        }
 
        &.cx-success {
-               border: 1px solid #00af89;
-               background-color: #fff;
+               color: #008000;
+           border-color: #b7fdb5;
+           background-color: #e1fddf;
        }
 
        border-bottom: 1px solid #ddd;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I171363af742eda65dded51c97a7d329950cd06f0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <santhosh.thottin...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to