jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/373419 )

Change subject: Replace colors with WikimediaUI color palette ones
......................................................................


Replace colors with WikimediaUI color palette ones

Replacing outdated colors with WikimediaUI color palette ones.

Change-Id: Iea9756ced7766cc4e2b9f83c92738bba1d2c3924
---
M resources/uploadWizard.css
1 file changed, 24 insertions(+), 21 deletions(-)

Approvals:
  jenkins-bot: Verified
  Jforrester: Looks good to me, approved



diff --git a/resources/uploadWizard.css b/resources/uploadWizard.css
index c1a842c..9e01f90 100644
--- a/resources/uploadWizard.css
+++ b/resources/uploadWizard.css
@@ -18,18 +18,19 @@
 }
 
 #mwe-upwiz-steps li {
-       color: #666;
+       color: #54595d;
        margin-right: -1px;
-       border-top: solid 1px #a7d7f9;
-       border-bottom: solid 1px #a7d7f9;
+       border-color: #a7d7f9;
+       border-style: solid;
+       border-width: 1px 0;
 }
 
 #mwe-upwiz-steps li:first-child {
-       border-left: solid 1px #a7d7f9;
+       border-left-width: 1px;
 }
 
 #mwe-upwiz-steps li:last-child {
-       border-right: solid 1px #a7d7f9;
+       border-right-width: 1px;
 }
 
 #mwe-upwiz-steps li.head {
@@ -93,7 +94,7 @@
 }
 
 .mwe-upwiz-file.odd .mwe-upwiz-visible-file {
-       background: #f5f5f5;
+       background: #f8f9fa;
 }
 
 .mwe-upwiz-file-indicator,
@@ -140,12 +141,12 @@
 }
 
 .mwe-upwiz-filled-filelist {
-       border: 1px solid #d8d8d8;
+       border: 1px solid #c8ccd1;
 }
 
 .mwe-upwiz-file-status {
        display: none;
-       color: #797979;
+       color: #72777d;
 }
 
 .mwe-upwiz-file-status-line ul {
@@ -158,7 +159,7 @@
        height: 100px;
        width: 100px;
        padding: 0.5em;
-       border: 1px solid #e0e0e0;
+       border: 1px solid #eaecf0;
        margin-right: 1em;
        text-align: center;
        /* @embed */
@@ -236,7 +237,7 @@
 }
 
 .filled + .filled {
-       border-top: 1px solid #d8d8d8;
+       border-top: 1px solid #c8ccd1;
 }
 
 #mwe-upwiz-upload-ctrls {
@@ -300,7 +301,7 @@
        /* @embed */
        background: url( images/32px-alert.png ) no-repeat center center;
        font-weight: bold;
-       color: #c00;
+       color: #d33;
 }
 
 .mwe-upwiz-progress {
@@ -316,9 +317,10 @@
 }
 
 .mwe-upwiz-thumbnail {
-       border: 1px solid #ccc;
+       background-color: #fff;
+       border: 1px solid #c8ccd1;
+       border-radius: 2px;
        text-align: center;
-       background: #fff;
        width: 100px;
        height: 100px;
        padding: 8px;
@@ -341,9 +343,10 @@
 }
 
 #mwe-upwiz-deeds-thumbnails {
+       background-color: #f8f9fa;
+       border-radius: 2px;
        text-align: center;
        margin: 1em 0;
-       background: #f0f0f0;
 }
 
 #mwe-upwiz-deeds-thumbnails .mwe-upwiz-thumbnail {
@@ -501,21 +504,21 @@
 }
 
 .ui-corner-top {
-       border-top-left-radius: 4px;
-       border-top-right-radius: 4px;
+       border-top-left-radius: 2px;
+       border-top-right-radius: 2px;
 }
 
 .ui-corner-bottom {
-       border-bottom-left-radius: 4px;
-       border-bottom-right-radius: 4px;
+       border-bottom-left-radius: 2px;
+       border-bottom-right-radius: 2px;
 }
 
 .ui-corner-all {
-       border-radius: 4px;
+       border-radius: 2px;
 }
 
 .mwe-upwiz-deed-license-group-subhead {
-       color: #797979;
+       color: #72777d;
        margin-top: 0;
        margin-bottom: 0;
 }
@@ -529,7 +532,7 @@
 }
 
 .mwe-upwiz-objref-pick-image input:disabled + label {
-       color: #808080;
+       color: #72777d;
        font-weight: normal;
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iea9756ced7766cc4e2b9f83c92738bba1d2c3924
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UploadWizard
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>
Gerrit-Reviewer: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Prtksxna <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to